Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runWithTestConfig (0.39 sec)

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

        }
    
        def "produces JUnit xml results - #mode.name"() {
            when:
            runWithTestConfig("useTestNG(); $mode.config")
    
            then:
            verify(mode)
    
            where:
            mode << modes
        }
    
        def "produces JUnit xml results when running tests in parallel - #mode.name"() {
            when:
            runWithTestConfig("useTestNG(); maxParallelForks 2; $mode.config")
    
            then:
            verify(mode)
    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