Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for recreateExecuter (0.28 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractIntegrationSpec.groovy

            executer.cleanup()
            m2.cleanupState()
    
            // Verify that the test (or fixtures) has cleaned up state correctly
            m2.assertNoLeftoverState()
        }
    
        private void recreateExecuter() {
            if (executor != null) {
                executor.cleanup()
            }
            executor = null
        }
    
        GradleExecuter createExecuter() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:07:53 UTC 2024
    - 32.9K bytes
    - Viewed (0)
Back to top