Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for disallowedMethod (0.11 sec)

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

            "withMutationDisabled"  | ActionCallingDisallowedMethod
        }
    
        def "doesn't throw exception when calling disallowed method when allowed"() {
            when:
            disallowedMethod()
    
            then:
            noExceptionThrown()
        }
    
        def "call to #methodUnderTest(#callableType) inside withMutationDisabled(Action) does not disable disallow check"() {
    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