Struct junit_report::Report[][src]

pub struct Report { /* fields omitted */ }

Root element of a JUnit report

Methods

impl Report
[src]

Create a new empty Report

Add a TestSuite to this report.

The function takes ownership of the supplied TestSuite.

Add multiple TestSuites from a Vec

Write the XML version of the Report to the given Writer

Trait Implementations

impl Default for Report
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Report

impl Sync for Report