Struct rspec::block::Suite [] [src]

pub struct Suite<T> { /* fields omitted */ }

Test suites bundle a set of closely related test examples into a logical execution group.

Methods

impl<T> Suite<T>
[src]

[src]

Constructs a new Suite.

impl<T> Suite<T>
[src]

[src]

[src]

[src]

Trait Implementations

impl<T> Send for Suite<T> where
    T: Send
[src]

impl<T> Sync for Suite<T> where
    T: Sync
[src]