Home
last modified time | relevance | path

Searched refs:ARG_WITH_GROUPS (Results 1 – 1 of 1) sorted by relevance

/external/testng/src/test/java/test/methodselectors/
DCommandLineTest.java26 private String[] ARG_WITH_GROUPS = field in CommandLineTest
82 ARG_WITH_GROUPS[7] = "test.methodselectors.Test2MethodSelector:5"; in commandLineLessThanPriorityTest1Test()
83 ARG_WITH_GROUPS[9] = "test1"; in commandLineLessThanPriorityTest1Test()
84 TestNG.privateMain(ARG_WITH_GROUPS, tla); in commandLineLessThanPriorityTest1Test()
97 ARG_WITH_GROUPS[7] = "test.methodselectors.Test2MethodSelector:15"; in commandLineGreaterThanPriorityTest1Test2()
98 ARG_WITH_GROUPS[9] = "test1"; in commandLineGreaterThanPriorityTest1Test2()
99 TestNG.privateMain(ARG_WITH_GROUPS, tla); in commandLineGreaterThanPriorityTest1Test2()
111 ARG_WITH_GROUPS[7] = "test.methodselectors.AllTestsMethodSelector:5"; in commandLineLessThanPriorityAllTests()
112 ARG_WITH_GROUPS[9] = "test1"; in commandLineLessThanPriorityAllTests()
113 TestNG.privateMain(ARG_WITH_GROUPS, tla); in commandLineLessThanPriorityAllTests()
[all …]