Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testLoggingEvents (0.21 sec)

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

            matchesTaskOutput(taskOutput, testLogEventRegex(TestLogEvent.FAILED.consoleMarker))
        }
    
        def "can group skipped test log event with task if configured"() {
            given:
            buildFile << testLoggingEvents(TestLogEvent.SKIPPED.testLoggingIdentifier)
    
            file(JAVA_TEST_FILE_PATH) << """
                import org.junit.Test;
                import org.junit.Ignore;
    
                public class MyTest {
    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