Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for conventionMapOutputDirectory (0.34 sec)

  1. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/testng/TestNGTestFramework.java

            this.options = options;
            this.detector = new TestNGDetector(new ClassFileExtractionManager(testTaskTemporaryDir));
            this.dryRun = dryRun;
    
            conventionMapOutputDirectory(options, htmlReport);
        }
    
        private static void conventionMapOutputDirectory(TestNGOptions options, final DirectoryReport html) {
            new DslObject(options).getConventionMapping().map("outputDirectory", new Callable<File>() {
                @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top