Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for HasConfigurationCacheProblemsSpec (0.31 sec)

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

        }
    
        HasConfigurationCacheProblemsSpec newProblemsSpec(
            @DelegatesTo(value = HasConfigurationCacheProblemsSpec, strategy = Closure.DELEGATE_FIRST) Closure<?> specClosure
        ) {
            return newProblemsSpec(ConfigureUtil.configureUsing(specClosure))
        }
    
        HasConfigurationCacheProblemsSpec newProblemsSpec(
            Action<HasConfigurationCacheProblemsSpec> 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)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/configurationcache/ConfigurationCacheFixture.groovy

                problems.assertResultHasProblems(spec.result) {
                    applyProblemsTo(problemDetails, delegate)
                }
            }
        }
    
        private void applyProblemsTo(HasProblems details, HasConfigurationCacheProblemsSpec spec) {
            spec.withTotalProblemsCount(details.totalProblems)
            spec.problemsWithStackTraceCount = details.problemsWithStackTrace
            spec.withUniqueProblems(details.problems.collect {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15.1K bytes
    - Viewed (0)
Back to top