Searched refs:OutputDirectoryPatch (Results 1 – 12 of 12) sorted by relevance
13 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()
14 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()
8 import testhelper.OutputDirectoryPatch;18 "-d", OutputDirectoryPatch.getOutputDirectory(), in mixedWithExcludedGroups()36 "-d", OutputDirectoryPatch.getOutputDirectory(), in mixedClasses()51 "-d", OutputDirectoryPatch.getOutputDirectory(), in mixedMethods()
10 import testhelper.OutputDirectoryPatch;18 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in withAlwaysRunAfter()29 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in withoutAlwaysRunAfter()40 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in withoutAlwaysRunBefore()
9 import testhelper.OutputDirectoryPatch;23 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in beforeTestClassFails()39 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in beforeTestSuiteFails()
11 import testhelper.OutputDirectoryPatch;21 "-d", OutputDirectoryPatch.getOutputDirectory(),29 "-d", OutputDirectoryPatch.getOutputDirectory(),38 "-d", OutputDirectoryPatch.getOutputDirectory(),
16 import testhelper.OutputDirectoryPatch;63 "-d", OutputDirectoryPatch.getOutputDirectory(), in fileOnCommandLine()
11 public final class OutputDirectoryPatch { class26 private OutputDirectoryPatch() { in OutputDirectoryPatch() method in OutputDirectoryPatch
8 import testhelper.OutputDirectoryPatch;15 tng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in testAfter()
10 import testhelper.OutputDirectoryPatch;36 testng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in invocationOrder()
12 import testhelper.OutputDirectoryPatch;24 m_tng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in init()
14 import testhelper.OutputDirectoryPatch;35 … TestNG.main(new String[] { "-slave", filename, "-d", OutputDirectoryPatch.getOutputDirectory() }); in startSlave()111 tng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in twoHosts()