Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for customTestTask (0.1 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r75/CustomTestTaskProgressEventCrossVersionTest.groovy

    @TargetGradleVersion('>=7.5')
    class CustomTestTaskProgressEventCrossVersionTest extends ToolingApiSpecification {
    
        def "receives progress events from custom test task implementations"() {
            setup:
            Snippets.customTestTask(buildFile, file('buildSrc'))
    
            ValidatingProgressEventListener validatingListener = new ValidatingProgressEventListener()
    
            when:
            withConnection {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 08:42:44 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top