Trait tarantool_test::TestSuite

source ·
pub trait TestSuite {
    // Provided methods
    fn before_all() { ... }
    fn after_all() { ... }
    fn before_each() { ... }
    fn after_each() { ... }
}
Expand description

Implementors provide custom test suite logic.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl TestSuite for ()

Implementors§