|
C++Spec 1.0.0
BDD testing for C++
|
A collection of Descriptions that are run in sequence. More...
#include <runner.hpp>
Public Member Functions | |
| template<typename... Formatters> | |
| Runner (Formatters &&... formatters) | |
| Runner (std::list< std::shared_ptr< Formatters::BaseFormatter > > &&formatters) | |
| Runner & | add_spec (Description &spec) |
| Add a Description object. | |
| template<typename... Specs> | |
| Runner & | add_specs (Specs &... specs) |
| Result | run (std::source_location location=std::source_location::current()) |
| Result | exec () |
A collection of Descriptions that are run in sequence.
|
inline |
Add a Description object.
| spec | the spec to be added |