Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r83/TestLauncherCustomTestTaskCrossVersionTest.groovy

                }
            }
    
            then:
            Throwable exception = thrown(TestExecutionException)
            exception.cause.message == "Task ':myTestTask' of type 'CustomTestTask_Decorated' not supported for executing tests via TestLauncher API."
        }
    
        @Issue('https://github.com/gradle/gradle/issues/25370')
        def "Can run tests with custom task implementation"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top