Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertTestDebugMode (0.13 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r85/TestLauncherDebugCrossVersionTest.groovy

            when:
            String output1 = runTaskAndTestClassUsing(firstDebug)
            String output2 = runTaskAndTestClassUsing(secondDebug)
    
            then:
            assertTestDebugMode(output1, firstDebug)
            assertTestDebugMode(output2, secondDebug)
    
            where:
            scenarioName                     | firstDebug | secondDebug
            "first wo/debug, second w/debug" | false      | true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 29 08:00:25 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top