Struct parables_testing::test_runner::TestResult[][src]

pub struct TestResult<'a> { /* fields omitted */ }

The result from a single test.

Methods

impl<'a> TestResult<'a>
[src]

Access the name of the test results.

Access the outcome of the test.

Access the duration of the test.

Auto Trait Implementations

impl<'a> Send for TestResult<'a>

impl<'a> Sync for TestResult<'a>