Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldNotContainProviderLogging (0.29 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/m8/ToolingApiLoggingCrossVersionSpec.groovy

                err.count("logging yyy") == 0
                err.count("error logging xxx") == 1
                err.count("sys err logging xxx") == 1
            }
    
            and:
            shouldNotContainProviderLogging(out)
            shouldNotContainProviderLogging(err)
        }
    
        def "client receives same standard output and standard error as if running from the command-line"() {
            toolingApi.verboseLogging = false
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 6.5K bytes
    - Viewed (0)
Back to top