transform
public void transform(String file,
File junitOutputPath,
hudson.model.BuildListener listener)
throws FileNotFoundException,
IOException,
TransformerException,
SAXException,
ParserConfigurationException
Transform the MSTest TRX file into a junit XML file in the output path
- Parameters:
file - the mstest file to transform
junitOutputPath - the output path to put all junit files
- Throws:
FileNotFoundException
IOException - thrown if there was any problem with the transform.
TransformerException
SAXException
ParserConfigurationException