Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HtmlTestClassExecutionResult (0.2 sec)

  1. testing/internal-testing/src/main/groovy/org/gradle/integtests/fixtures/HtmlTestExecutionResult.groovy

        }
    
        TestClassExecutionResult testClass(String testClass) {
            return new HtmlTestClassExecutionResult(new File(htmlReportDirectory, "classes/${FileUtils.toSafeFileName(testClass)}.html"))
        }
    
        TestClassExecutionResult testClassStartsWith(String testClass) {
            return new HtmlTestClassExecutionResult(new File(htmlReportDirectory, "classes").listFiles().find { it.name.startsWith(FileUtils.toSafeFileName(testClass)) })
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top