Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TagC (0.02 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/jupiter/JUnitJupiterCategoriesOrTagsCoverageIntegrationTest.groovy

        def "can specify include and exclude tags"() {
            given:
            testSources.with {
                testClass('TagACTests')
                    .withCategoryOrTag('TagA')
                    .withCategoryOrTag('TagC')
                    .with {
                        testMethod('tagACOk1').shouldPass()
                        testMethod('tagACOk2').shouldPass()
                        testMethod('tagACOk3').shouldPass()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 16.2K bytes
    - Viewed (0)
Back to top