Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ActionCallingDisallowedMethod (0.32 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/DefaultMutationGuardTest.groovy

            then:
            noExceptionThrown()
            callable.called
    
            where:
            methodUnderTest        | callableClass
            "withMutationEnabled"  | ActionCallingDisallowedMethod
        }
    
        def "throws IllegalStateException when calling a disallowed method when disallowed using #methodUnderTest(#callableClass.type)"() {
            def callable = callableClass.newInstance(this)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 22:26:51 UTC 2021
    - 6.2K bytes
    - Viewed (0)
Back to top