| |
|
| java.lang.Object testhelper.OutputDirectoryPatch
OutputDirectoryPatch | final public class OutputDirectoryPatch (Code) | | OutputDirectoryPatch is a helper class to provide an output directory
for TestNG tests that explicitly create an instance of TestNG and do not know the
output directory specified for the test.
author: cquezel since: 4.8 |
getOutputDirectory | public static String getOutputDirectory()(Code) | | Returns the output directory as specified for the current test.
the output directory as specified for the current test. since: 4.8 |
|
|
|