Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for catBOk1 (0.09 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/junit4/AbstractJUnit4CategoriesOrTagsCoverageIntegrationTest.groovy

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitCategoriesOrTagsCoverageIntegrationSpec.groovy

            result.testClass("CategoryATests").assertTestCount(4, 0, 0)
            result.testClass("CategoryATests").assertTestsExecuted('catAOk1', 'catAOk2', 'catAOk3', 'catAOk4')
            result.testClass("SomeTests").assertTestCount(1, 0, 0)
            result.testClass("SomeTests").assertTestsExecuted('catAOk1')
        }
    
        def "emits warning when specifying a conflicting include/exclude"() {
            given:
            testSources.with {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 01 14:54:49 UTC 2023
    - 15.2K bytes
    - Viewed (0)
Back to top