Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dryRunTest (0.14 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGDryRunFilteringIntegrationTest.groovy

            """
    
            when:
            def testResult = new DefaultTestExecutionResult(testDirectory)
            def dryRunTestResult = new DefaultTestExecutionResult(testDirectory, 'build', '', '', 'dryRunTest')
            run "dryRunTest", "test"
    
            then:
            testResult.testClass("FooTest").assertStderr(Matchers.containsText("Run foo!"))
            dryRunTestResult.testClass("BarTest").assertStderr(IsEmptyString.emptyString())
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top