public interface TestReportTransformer
| Modifier and Type | Method and Description |
|---|---|
void |
transform(InputStream nunitFileStream,
File junitOutputPath)
Transforms the nunit file stream to junit files in the specified output path
|
void transform(InputStream nunitFileStream, File junitOutputPath) throws IOException, TransformerException, SAXException, ParserConfigurationException
nunitFileStream - nunit report file streamjunitOutputPath - the output path to store junit reports toParserConfigurationExceptionIOExceptionTransformerExceptionSAXExceptionCopyright © 2004-2016. All Rights Reserved.