Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertTestRun (0.28 sec)

  1. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/java/SamplesJavaTestingIntegrationTest.groovy

            and: "only the quickUiCheck test runs in SomeOtherTest"
            def xmlResults2 = getTestResultsFileAsXml(dslDir, "SomeOtherTest")
            assertTestsRunCount(xmlResults2, 1)
            assertTestRun(xmlResults2, "quickUiCheck")
    
            where:
            dsl << ['groovy', 'kotlin']
        }
    
        @UsesSample("java/customDirs")
        def "can change the destination for test results and reports with #dsl dsl"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 12.8K bytes
    - Viewed (0)
Back to top