Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getTestDirectoryProvider (0.25 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/GradleExecuter.java

        /**
         * The directory that the executer will use for any test specific storage.
         *
         * May or may not be the same directory as the build to be run.
         */
        TestDirectoryProvider getTestDirectoryProvider();
    
        /**
         * Expects exactly one deprecation warning in the build output. If more than one warning is produced,
         * or no warning is produced at all, the assertion fails.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractIntegrationSpec.groovy

            buildTestFixture.multiProjectBuild(projectName, subprojects, language, cl)
        }
    
        protected TestNameTestDirectoryProvider getTestDirectoryProvider() {
            temporaryFolder
        }
    
        protected ConfigurationCacheBuildOperationsFixture newConfigurationCacheFixture() {
    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