Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for extendsCategory (0.38 sec)

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

                        testMethod('noCatOk4').shouldPass()
                    }
                testCategory('CategoryA')
                testCategory('CategoryB').extendsCategory('CategoryA')
                testCategory('CategoryC')
                testCategory('CategoryD').extendsCategory('CategoryC')
                testCategory('CategoryZ')
            }
            testSourceGenerator.writeAllSources(testSources)
    
            buildFile << """
    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

                this.extendsCategories = extendsCategories
                this.sourceSet = sourceSet
            }
    
            Category extendsCategory(String name) {
                extendsCategories << name
                return this
            }
        }
    
        /**
    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