Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testLoggingStandardStreamWithEmptyEventSet (0.53 sec)

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

            taskOutput.contains('Finishing test: MyTest > testExpectation')
        }
    
        def "can use setOf() in Kotlin DSL to configure logging no events"() {
            given:
            buildKotlinFile << testLoggingStandardStreamWithEmptyEventSet()
    
            file(JAVA_TEST_FILE_PATH) << javaTestClass {
                """
                    System.out.println("standard output");
                    System.err.println("standard error");
                """
    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