Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertStderr (0.3 sec)

  1. platforms/software/testing-base-infrastructure/src/integTest/groovy/org/gradle/api/internal/tasks/testing/JULRedirectorIntegrationTest.groovy

            run("test")
    
            then:
            DefaultTestExecutionResult testResult = new DefaultTestExecutionResult(testDirectory);
            LYRICS.each {
                testResult.testClass("com.example.LumberJackTest").assertStderr(not(containsString(it)));
            }
        }
    
        /* Relies on the resources directory:
         * integTest/resources/org/gradle/api/internal/tasks/testing/loggingConfig
         */
        def loggingConfigRespected() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 20:33:30 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top