Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/methodselectors/
DCommandLineTest.java55 TestNG.privateMain(ARG_WITHOUT_GROUPS, tla); in commandLineNegativePriorityAllGroups()
69 TestNG.privateMain(ARG_WITHOUT_GROUPS, tla); in commandLineNegativePriorityGroup2()
84 TestNG.privateMain(ARG_WITH_GROUPS, tla); in commandLineLessThanPriorityTest1Test()
99 TestNG.privateMain(ARG_WITH_GROUPS, tla); in commandLineGreaterThanPriorityTest1Test2()
113 TestNG.privateMain(ARG_WITH_GROUPS, tla); in commandLineLessThanPriorityAllTests()
128 TestNG.privateMain(ARG_WITH_GROUPS, tla); in commandLineMultipleSelectors()
142 TestNG.privateMain(ARG_WITHOUT_GROUPS, tla); in commandLineNoTest1Selector()
157 TestNG.privateMain(ARG_WITHOUT_CLASSES, tla); in commandLineTestWithXmlFile()
DMethodSelectorInSuiteTest.java65 TestNG.privateMain(args, m_tla); in fileOnCommandLine()
/external/testng/src/test/java/test/
DCommandLineTest.java32 TestNG.privateMain(argv, tla); in junitParsing()
54 TestNG.privateMain(argv, tla); in junitParsing2()
74 TestNG.privateMain(argv, tla); in suiteNameOverride()
97 TestNG.privateMain(argv, tla); in testNameOverride()
108 TestNG.privateMain(new String[] { in testUseDefaultListenersArgument()
121 TestNG.privateMain(argv, tla); in testMethodParameter()
/external/testng/src/test/java/test/configurationfailurepolicy/
DFailurePolicyTest.java63 TestNG.privateMain(argv, tla); in commandLineTest_policyAsSkip()
74 TestNG.privateMain(argv, tla); in commandLineTest_policyAsContinue()
84 TestNG.privateMain(argv, tla); in commandLineTestWithXMLFile_policyAsSkip()
94 TestNG.privateMain(argv, tla); in commandLineTestWithXMLFile_policyAsContinue()
/external/testng/src/test/java/test/mixed/
DMixedTest.java26 TestNG.privateMain(argv, tla); in mixedWithExcludedGroups()
42 TestNG.privateMain(argv, tla); in mixedClasses()
57 TestNG.privateMain(argv, tla); in mixedMethods()
/external/testng/src/main/java/org/testng/
DTestNG.java1355 TestNG testng = privateMain(argv, null); in main()
1362 public static TestNG privateMain(String[] argv, ITestListener listener) { in privateMain() method in TestNG