Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SomeIntegTest (0.26 sec)

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

            when:
            def result = succeeds("test")
    
            then: "the test task is executed"
            result.assertTaskExecuted(":test")
    
            and: "both tests in SomeIntegTest run and pass"
            def xmlResults = getTestResultsFileAsXml(dslDir, "SomeIntegTest")
            assertTestsRunCount(xmlResults, 2)
    
            and: "only the quickUiCheck test runs in SomeOtherTest"
    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