Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/configurationfailurepolicy/
DFailurePolicyTest.java13 import testhelper.OutputDirectoryPatch;
47 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in confFailureTest()
59 String[] argv = new String[] { "-log", "0", "-d", OutputDirectoryPatch.getOutputDirectory(), in commandLineTest_policyAsSkip()
70 String[] argv = new String[] { "-log", "0", "-d", OutputDirectoryPatch.getOutputDirectory(), in commandLineTest_policyAsContinue()
81 String[] argv = new String[] { "-log", "0", "-d", OutputDirectoryPatch.getOutputDirectory(), in commandLineTestWithXMLFile_policyAsSkip()
91 String[] argv = new String[] { "-log", "0", "-d", OutputDirectoryPatch.getOutputDirectory(), in commandLineTestWithXMLFile_policyAsContinue()
/external/testng/src/test/java/test/
DCommandLineTest.java14 import testhelper.OutputDirectoryPatch;
27 "-d", OutputDirectoryPatch.getOutputDirectory(), in junitParsing()
50 "-d", OutputDirectoryPatch.getOutputDirectory(), in junitParsing2()
68 "-d", OutputDirectoryPatch.getOutputDirectory(), in suiteNameOverride()
91 "-d", OutputDirectoryPatch.getOutputDirectory(), in testNameOverride()
117 "-d", OutputDirectoryPatch.getOutputDirectory(), in testMethodParameter()
/external/testng/src/test/java/test/mixed/
DMixedTest.java8 import testhelper.OutputDirectoryPatch;
18 "-d", OutputDirectoryPatch.getOutputDirectory(), in mixedWithExcludedGroups()
36 "-d", OutputDirectoryPatch.getOutputDirectory(), in mixedClasses()
51 "-d", OutputDirectoryPatch.getOutputDirectory(), in mixedMethods()
/external/testng/src/test/java/test/alwaysrun/
DAlwaysRunTest.java10 import testhelper.OutputDirectoryPatch;
18 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in withAlwaysRunAfter()
29 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in withoutAlwaysRunAfter()
40 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in withoutAlwaysRunBefore()
/external/testng/src/test/java/test/conffailure/
DConfigurationFailure.java9 import testhelper.OutputDirectoryPatch;
23 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in beforeTestClassFails()
39 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in beforeTestSuiteFails()
/external/testng/src/test/java/test/methodselectors/
DCommandLineTest.java11 import testhelper.OutputDirectoryPatch;
21 "-d", OutputDirectoryPatch.getOutputDirectory(),
29 "-d", OutputDirectoryPatch.getOutputDirectory(),
38 "-d", OutputDirectoryPatch.getOutputDirectory(),
DMethodSelectorInSuiteTest.java16 import testhelper.OutputDirectoryPatch;
63 "-d", OutputDirectoryPatch.getOutputDirectory(), in fileOnCommandLine()
/external/testng/src/test/java/testhelper/
DOutputDirectoryPatch.java11 public final class OutputDirectoryPatch { class
26 private OutputDirectoryPatch() { in OutputDirectoryPatch() method in OutputDirectoryPatch
/external/testng/src/test/java/test/uniquesuite/
DTestAfter.java8 import testhelper.OutputDirectoryPatch;
15 tng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in testAfter()
/external/testng/src/test/java/test/interleavedorder/
DInterleavedInvocationTest.java10 import testhelper.OutputDirectoryPatch;
36 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in invocationOrder()
/external/testng/src/test/java/test/simple/
DIncludedExcludedTest.java12 import testhelper.OutputDirectoryPatch;
24 m_tng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in init()
/external/testng/src/test/java/test/distributed/
DDistributedTest.java14 import testhelper.OutputDirectoryPatch;
35 … TestNG.main(new String[] { "-slave", filename, "-d", OutputDirectoryPatch.getOutputDirectory() }); in startSlave()
111 tng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in twoHosts()