class JunitResultsParser: Any
Constructors
Name | Description |
---|---|
constructor()
|
Utility for parsing JUnit test results a String. |
Methods
parseXml
fun parseXml(content: String): JUnitResults
Parses from a String the test results of testing a single Test class.
Parameters
Name | Description |
---|---|
content: String
|
is a String containing the contents of an XML file with a JUnit report. |
ReturnValue
Name | Description |
---|---|
JUnitResults
|
a JUnitResults |
Utility for parsing JUnit test results a String.