Struct parables_testing::test_runner::Test[][src]

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

A single test.

Methods

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

Access the name of the test.

Trait Implementations

impl<'a> Debug for Test<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Test<'a>

impl<'a> !Sync for Test<'a>