Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTaskOutput (0.33 sec)

  1. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/console/jvm/AbstractConsoleJvmTestLoggingFunctionalTest.groovy

                'throw new RuntimeException("expected");'
            }
    
            when:
            executer.withConsole(consoleType)
            fails(TEST_TASK_NAME)
    
            then:
            def taskOutput = getTaskOutput(result)
            matchesTaskOutput(taskOutput, testLogEventRegex(TestLogEvent.FAILED.consoleMarker))
        }
    
        def "can group skipped test log event with task if configured"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 14:21:18 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top