1 name: SingleSuite 2 verbose: 2 3 4 tests: 5 - name: Test1 6 excludedGroups: [ excludeThisGroup ] 7 classes: 8 - name: test.dependent.xml.GroupDependencyTest 9 # includedMethods: [ a ] 10 # - test.Test2 11 # - name: test.CommandLineTest 12 # includedMethods: [ junitParsing ] 13