Class JUnitXMLConverter
java.lang.Object
net.thucydides.core.reports.junit.JUnitXMLConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(String testCaseName, List<TestOutcome> outcomes, OutputStream outputStream)
-
Constructor Details
-
JUnitXMLConverter
public JUnitXMLConverter()
-
-
Method Details
-
write
public void write(String testCaseName, List<TestOutcome> outcomes, OutputStream outputStream) throws ParserConfigurationException, TransformerException
-