[][src]Module cargo_suity::junit

Structs

Failure

Indicates that the test failed. A failure is a test which the code has explicitly failed by using the mechanisms for that purpose. e.g., via an assertEq. Contains as a text node relevant data for the failure, e.g., a stack trace.

TestCase

Contains result of a test case

TestSuite

Functions

write_as_xml