Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/ide/tooling-api/src/test/groovy/org/gradle/tooling/internal/consumer/DefaultTestLauncherTest.groovy

            }
        }
    
        def "test method requests with specific task added to test request"() {
            given:
            launcher.withTaskAndTestMethods("test", "clazz", ["testMethod1", "testMethod2"])
            when:
            launcher.run()
    
            then:
            1 * executor.run(_, _) >> { ConsumerAction action, ResultHandlerVersion1 handler ->
                action.run(connection)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top