Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 52 for IntegrationTestBuildContext (0.39 sec)

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

            return new Statement() {
                @Override
                public void evaluate() throws Throwable {
                    if (sampleName != null) {
                        IntegrationTestBuildContext context = IntegrationTestBuildContext.INSTANCE;
                        TestFile srcDir = context.getSamplesDir().file(sampleName);
                        logger.debug("Copying sample '{}' to test directory.", sampleName);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/AbstractCrossBuildPerformanceTestRunner.groovy

     */
    
    package org.gradle.performance.fixture
    
    import groovy.transform.CompileStatic
    import org.gradle.integtests.fixtures.executer.GradleDistribution
    import org.gradle.integtests.fixtures.executer.IntegrationTestBuildContext
    import org.gradle.integtests.fixtures.executer.UnderDevelopmentGradleDistribution
    import org.gradle.internal.time.Clock
    import org.gradle.internal.time.Time
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 14:54:56 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/compatibility/AbstractCompatibilityTestInterceptor.java

    public abstract class AbstractCompatibilityTestInterceptor extends AbstractContextualMultiVersionTestInterceptor<GradleDistributionTool> {
        protected final IntegrationTestBuildContext buildContext = IntegrationTestBuildContext.INSTANCE;
        final ReleasedVersionDistributions releasedVersions = new ReleasedVersionDistributions(buildContext);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractIntegrationTest.java

        public final GradleContextualExecuter executer = createExecuter();
    
        public IntegrationTestBuildContext getBuildContext() {
            return IntegrationTestBuildContext.INSTANCE;
        }
    
    //    @Rule
        public final M2Installation m2 = new M2Installation(testDirectoryProvider);
    
        private MavenFileRepository mavenRepo;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 09:04:13 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  5. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/PerformanceTestGradleDistribution.groovy

    import groovy.transform.CompileStatic
    import org.gradle.integtests.fixtures.executer.GradleDistribution
    import org.gradle.integtests.fixtures.executer.GradleExecuter
    import org.gradle.integtests.fixtures.executer.IntegrationTestBuildContext
    import org.gradle.integtests.fixtures.executer.NoDaemonGradleExecuter
    import org.gradle.test.fixtures.file.TestDirectoryProvider
    import org.gradle.test.fixtures.file.TestFile
    import org.gradle.util.internal.GFileUtils
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/CrossBuildPerformanceTestRunner.groovy

     * limitations under the License.
     */
    
    package org.gradle.performance.fixture
    
    import groovy.transform.CompileStatic
    import org.gradle.integtests.fixtures.executer.IntegrationTestBuildContext
    import org.gradle.internal.jvm.Jvm
    import org.gradle.internal.os.OperatingSystem
    import org.gradle.performance.results.CrossBuildPerformanceResults
    import org.gradle.performance.results.DataReporter
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. platforms/core-runtime/wrapper-main/src/integTest/groovy/org/gradle/integtests/WrapperChecksumVerificationTest.groovy

     */
    
    package org.gradle.integtests
    
    import com.gradle.develocity.testing.annotations.LocalOnly
    import org.gradle.integtests.fixtures.executer.GradleDistribution
    import org.gradle.integtests.fixtures.executer.IntegrationTestBuildContext
    import org.gradle.test.fixtures.server.http.BlockingHttpServer
    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.IntegTestPreconditions
    import org.gradle.wrapper.WrapperExecutor
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 6K bytes
    - Viewed (0)
  8. platforms/enterprise/enterprise-plugin-performance/src/testFixtures/groovy/org/gradle/performance/fixture/BuildScanPerformanceTestRunner.groovy

     * limitations under the License.
     */
    
    package org.gradle.performance.fixture
    
    import groovy.transform.CompileStatic
    import org.gradle.integtests.fixtures.executer.IntegrationTestBuildContext
    import org.gradle.internal.jvm.Jvm
    import org.gradle.internal.os.OperatingSystem
    import org.gradle.performance.results.CrossBuildPerformanceResults
    import org.gradle.performance.results.DataReporter
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 17 10:38:06 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  9. platforms/enterprise/enterprise-plugin-performance/src/testFixtures/groovy/org/gradle/performance/AbstractBuildScanPluginPerformanceTest.groovy

        @AutoCleanup
        @Shared
        def resultStore = new BuildScanResultsStore()
    
        protected final IntegrationTestBuildContext buildContext = new IntegrationTestBuildContext()
        BuildScanPerformanceTestRunner runner
    
        @Shared
        String pluginVersionNumber = resolvePluginVersion()
    
        def setup() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:24:56 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  10. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/CrossVersionIntegrationSpec.groovy

    import org.gradle.integtests.fixtures.executer.GradleDistribution
    import org.gradle.integtests.fixtures.executer.GradleExecuter
    import org.gradle.integtests.fixtures.executer.IntegrationTestBuildContext
    import org.gradle.integtests.fixtures.executer.UnderDevelopmentGradleDistribution
    import org.gradle.test.fixtures.file.CleanupTestDirectory
    import org.gradle.test.fixtures.file.TestFile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top