public class JUnitXMLConverter extends Object
| Constructor and Description |
|---|
JUnitXMLConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(String testCaseName,
List<TestOutcome> outcomes,
OutputStream outputStream) |
public void write(String testCaseName, List<TestOutcome> outcomes, OutputStream outputStream) throws ParserConfigurationException, TransformerException
Copyright © 2023. All rights reserved.