Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for suiteXmlFiles (0.16 sec)

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

                threadPoolFactoryClass == source.threadPoolFactoryClass
                suiteName == source.suiteName
                testName == source.testName
                suiteXmlFiles == source.suiteXmlFiles
                preserveOrder == source.preserveOrder
                groupByInstances == source.groupByInstances
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGUpToDateCheckIntegrationTest.groovy

            'excludeGroups'       | '= ["group to exclude"]'
            'includeGroups'       | '= ["group to include"]'
            'outputDirectory'     | '= file("$buildDir/my-out")'
            'suiteXmlFiles'       | '= [file("suite.xml")]'
            'suiteXmlBuilder()'   | '''
                                    .suite(name: 'MySuite') {
                                        test(name: 'MyTest') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 18 12:30:10 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top