[][src]Crate junit_report

Structs

DateTime

ISO 8601 combined date and time with time zone.

Duration

ISO 8601 time duration with nanosecond precision. This also allows for the negative duration; see individual methods for details.

Report

Root element of a JUnit report

TestCase

One single test case

TestSuite

A TestSuite groups together several TestCases.

Utc

The UTC time zone. This is the most efficient time zone when you don't need the local time. It is also used as an offset (which is also a dummy type).

Enums

TestResult

Result of a test case

Traits

TimeZone

The time zone.