Trait test_context::TestContext [−][src]
The trait to implement to get setup/teardown functionality for tests.
Required methods
Loading content...Provided methods
fn teardown(self)
[src]
Perform any additional cleanup of the context besides that already provided by normal “drop” semantics.
Implementors
impl<T> TestContext for T where
T: AsyncTestContext + Send,
[src]
T: AsyncTestContext + Send,