[−][src]Crate junit_parser
Library to parse JUnit XML files
Structs
| TestCase | A test case |
| TestError | Value from an |
| TestFailure | Value from a |
| TestSkipped | Value from a |
| TestSuite | A test suite, containing test cases |
| TestSuites | Struct representing a JUnit report, containing test suites |
Enums
| Error | Error enumerates all possible errors returned by this library. |
| TestStatus | Status of a test case |
Functions
| from_reader | Creates a |