Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testWithSettings (0.16 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/build/DefaultBuildLifecycleControllerTest.groovy

            finishResult.failures.empty
    
            def discardResult = controller.beforeModelDiscarded(false)
            discardResult.failures.empty
        }
    
        void testWithSettings() {
            def action = Mock(Function)
    
            when:
            expectSettingsBuilt()
    
            def controller = controller()
            def result = controller.withSettings(action)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top