Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyTestResultWith (0.36 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGXmlResultAndHtmlReportIntegrationTest.groovy

            then:
            verify(mode)
    
            where:
            mode << modes
        }
    
        void verify(Mode mode) {
            verifyTestResultWith(new JUnitXmlTestExecutionResult(file("."), mode.outputAssociation), mode.outputAssociation)
            verifyTestResultWith(new HtmlTestExecutionResult(file(".")), mode.outputAssociation)
        }
    
        def runWithTestConfig(String testConfiguration) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 25 21:27:42 UTC 2023
    - 15.1K bytes
    - Viewed (0)
Back to top