Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testClassByHtml (0.17 sec)

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

        }
    
        TestClassExecutionResult testClass(String testClass) {
            new DefaultTestClassExecutionResult(results.collect {it.testClass(testClass)})
        }
    
        TestClassExecutionResult testClassByHtml(String testClass) {
            htmlResult.testClass(testClass)
        }
    
        TestClassExecutionResult testClassByXml(String testClass) {
            xmlResult.testClass(testClass)
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top