public class MSTestReportConverter extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
JUNIT_FILE_POSTFIX |
static String |
JUNIT_FILE_PREFIX |
static String |
MSTEST_TO_JUNIT_XSLFILE_STR |
| Constructor and Description |
|---|
MSTestReportConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
transform(InputStream mstestFileStream,
File junitOutputPath)
Transform the MSTest TRX file into a junit XML file in the output path
|
public static final String JUNIT_FILE_POSTFIX
public static final String JUNIT_FILE_PREFIX
public static final String MSTEST_TO_JUNIT_XSLFILE_STR
public void transform(InputStream mstestFileStream, File junitOutputPath) throws IOException, TransformerException, SAXException, ParserConfigurationException
mstestFileStream - the mstest file stream to transformjunitOutputPath - the output path to put all junit filesIOException - thrown if there was any problem with the transform.TransformerExceptionSAXExceptionParserConfigurationExceptionCopyright © 2004-2015. All Rights Reserved.