Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withLocatedProblem (0.19 sec)

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

                totalProblemsCount = 10
                withLocatedProblem(new StringContains("ijIdeaPluginConfigurator"), "Project ':' cannot access 'Project.plugins' functionality on subprojects via 'allprojects'")
                withLocatedProblem(new StringContains("ijIdeaPluginConfigurator"), "Project ':' cannot access 'disableSources' extension on subprojects via 'allprojects'")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 14:05:00 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. testing/smoke-ide-test/src/smokeIdeTest/groovy/org/gradle/ide/sync/fixtures/IsolatedProjectsIdeSyncFixture.groovy

            }
        }
    
        HasConfigurationCacheProblemsInReportSpec withLocatedProblem(String location, String problem) {
            withLocatedProblem(startsWith(location), problem)
            return this
        }
    
        HasConfigurationCacheProblemsInReportSpec withLocatedProblem(Matcher<String> location, String problem) {
            locationsWithProblems.add(Pair.of(location, problem))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top