Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ForkedTestClasspath (0.13 sec)

  1. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactory.java

            this.classDetectorFactory = classDetectorFactory;
        }
    
        public ForkedTestClasspath create(
            Iterable<? extends File> classpath,
            Iterable<? extends File> modulepath,
            TestFramework testFramework,
            boolean isModule
        ) {
            if (!testFramework.getUseDistributionDependencies()) {
                return new ForkedTestClasspath(
                    ImmutableList.copyOf(classpath), ImmutableList.copyOf(modulepath),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top