Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyDefaults (0.17 sec)

  1. platforms/jvm/testing-jvm/src/test/groovy/org/gradle/api/tasks/testing/testng/TestNGOptionsTest.groovy

                getAsFile() >> new File("projectDir")
            }
        }
        TestNGOptions testngOptions  = TestUtil.newInstance(TestNGOptions, layout)
    
        String[] groups = ['fast', 'unit']
    
        def verifyDefaults() {
            expect:
            with(testngOptions) {
                includeGroups.empty
                excludeGroups.empty
                listeners.empty
                parallel == null
                threadCount == -1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top