xref: /aosp_15_r20/external/testng/src/test/resources/testng-single.yaml (revision 83a54b2f2026052c38867f4cde56111edcd60b56)
1name: SingleSuite
2verbose: 2
3
4tests:
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