Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AnEmptyTestSuite (0.35 sec)

  1. platforms/jvm/testing-jvm-infrastructure/src/test/groovy/org/gradle/api/internal/tasks/testing/junit/JUnitTestClassProcessorTest.groovy

            setup:
            classProcessor = createProcessor([] as Set, [] as Set, ["*AnEmptyTestSuite"] as Set, [] as Set, [] as Set)
    
            //Run tests in AnEmptyTestSuite (e.g. no tests)
            when:
            process(AnEmptyTestSuite)
    
            then:
            1 * processor.started({ it.id == 1 && it.className == AnEmptyTestSuite.name }, { it.parentId == null})
            1 * processor.completed(1, { it.resultType == null })
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
Back to top