hudson.plugins.nunit
public class NUnitReportTransformer extends Object implements TestReportTransformer, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
JUNIT_FILE_POSTFIX |
static String |
JUNIT_FILE_PREFIX |
static String |
NUNIT_TO_JUNIT_XSLFILE_STR |
| Constructor and Description |
|---|
NUnitReportTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
transform(InputStream nunitFileStream,
File junitOutputPath)
Transform the nunit file into several junit files in the output path
|
public static final String JUNIT_FILE_POSTFIX
public static final String JUNIT_FILE_PREFIX
public static final String NUNIT_TO_JUNIT_XSLFILE_STR
public void transform(InputStream nunitFileStream, File junitOutputPath) throws IOException, TransformerException, SAXException, ParserConfigurationException
transform in interface TestReportTransformernunitFileStream - the nunit file stream to transformjunitOutputPath - the output path to put all junit filesIOException - thrown if there was any problem with the transform.TransformerExceptionSAXExceptionParserConfigurationExceptionCopyright © 2004-2013. All Rights Reserved.