Specs
Beautiful C++ Test Framework
|
This is the complete list of members for SpecsCpp::ISpecRunnerCollection, including all inherited members.
add(const char *, ISpecRunner *)=0 | SpecsCpp::ISpecRunnerCollection | pure virtual |
foreach_runner(ForEachRunnerFn *) const =0 | SpecsCpp::ISpecRunnerCollection | pure virtual |
foreach_runner(std::function< void(const char *, ISpecRunner *)> fn) const | SpecsCpp::ISpecRunnerCollection | inline |
ForEachRunnerFn typedef | SpecsCpp::ISpecRunnerCollection | |
get(const char *name) const =0 | SpecsCpp::ISpecRunnerCollection | pure virtual |
has(const char *name) const =0 | SpecsCpp::ISpecRunnerCollection | pure virtual |
~ISpecRunnerCollection()=default | SpecsCpp::ISpecRunnerCollection | virtual |