Struct junit_report::TestCase[][src]

pub struct TestCase { /* fields omitted */ }

One single test case

Methods

impl TestCase
[src]

Creates a new successful test case

Check if a test case is successful

Creates a new erroneous test case

An erroneous test case is one that encountered an unexpected error condition.

Check if a test case is erroneous

Creates a new failed test case

A failed test case is one where an explicit asseriton failed

Check if a test case failed

Auto Trait Implementations

impl Send for TestCase

impl Sync for TestCase