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]
impl<'a> TestResult<'a>pub fn name(&self) -> &str[src]
pub fn name(&self) -> &strAccess the name of the test results.
pub fn outcome(&self) -> &Outcome[src]
pub fn outcome(&self) -> &OutcomeAccess the outcome of the test.
pub fn duration(&self) -> &Duration[src]
pub fn duration(&self) -> &DurationAccess the duration of the test.
Auto Trait Implementations
impl<'a> Send for TestResult<'a>
impl<'a> Send for TestResult<'a>impl<'a> Sync for TestResult<'a>
impl<'a> Sync for TestResult<'a>