Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for specClosure (0.15 sec)

  1. testing/smoke-ide-test/src/smokeIdeTest/groovy/org/gradle/ide/sync/fixtures/IsolatedProjectsIdeSyncFixture.groovy

            return jsModel
        }
    
        private static HasConfigurationCacheProblemsInReportSpec createSpec(Closure<?> specClosure) {
            def spec = new HasConfigurationCacheProblemsInReportSpec()
            specClosure.delegate = spec
            specClosure()
            spec.validateSpec()
            return spec
        }
    
        private static TestFile resolveSingleConfigurationCacheReportDir(TestFile rootDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/configurationcache/ConfigurationCacheProblemsFixture.groovy

            ExecutionFailure failure,
            String error,
            @DelegatesTo(value = HasConfigurationCacheErrorSpec, strategy = Closure.DELEGATE_FIRST) Closure<?> specClosure
        ) {
            assertFailureHasError(failure, error, ConfigureUtil.configureUsing(specClosure))
        }
    
        void assertFailureHasError(
            ExecutionFailure failure,
            String error,
            Action<HasConfigurationCacheErrorSpec> specAction = {}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 22.8K bytes
    - Viewed (0)
Back to top