Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTestCaseStandardError (0.15 sec)

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

                assert junitResult.getSuiteStandardError("FooTest").isPresent()
                assert junitResult.getTestCaseStandardError("FooTest", "m1").isPresent()
            } else {
                assert !junitResult.getSuiteStandardError("FooTest").isPresent()
                assert !junitResult.getTestCaseStandardError("FooTest", "m1").isPresent()
            }
    
            and: "all output appeared in the console when running tests"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:51:39 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top