Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for quickUiCheck (0.09 sec)

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

            assertTestsRunCount(xmlResults, 2)
    
            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")
    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