Crate rspec
Source pub use block::describe;
pub use block::given;
pub use block::suite;
pub use block::suite;
pub use logger::Logger;
pub use runner::Configuration;
pub use runner::ConfigurationBuilder;
pub use runner::Runner;
- block
- Blocks are used to build a tree structure of named tests and contextes.
- header
- Headers store the label and name of a Suite/Context/Example.
- logger
- Loggers can be attached to the Runner to log the progression and results of a test suite.
- report
- Reports provide information about an evaluated test unit.
- runner
- Runners are responsible for executing a test suite’s examples.
- run
- A wrapper for conveniently running a test suite with
the default configuration with considerebly less glue-code.