[][src]Crate junit_parser

Library to parse JUnit XML files

Structs

TestCase

A test case

TestError

Value from an <error /> tag

TestFailure

Value from a <failure /> tag

TestSkipped

Value from a <skipped /> tag

TestSuite

A test suite, containing test cases TestCase

TestSuites

Struct representing a JUnit report, containing test suites TestSuite

Enums

Error

Error enumerates all possible errors returned by this library.

TestStatus

Status of a test case

Functions

from_reader

Creates a TestSuites structure from a JUnit XML data read from reader