Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/methodselectors/
DCommandLineTest.java18 private String[] ARG_WITHOUT_CLASSES = field in CommandLineTest
155 ARG_WITHOUT_CLASSES[5] = "test.methodselectors.NoTest1MethodSelector:5"; in commandLineTestWithXmlFile()
156 ARG_WITHOUT_CLASSES[6] = getPathToResource("testng-methodselectors.xml"); in commandLineTestWithXmlFile()
157 TestNG.privateMain(ARG_WITHOUT_CLASSES, tla); in commandLineTestWithXmlFile()