Specs
Beautiful C++ Test Framework
|
Functions | |
void | describe (std::string_view description, std::function< void()> body) |
void | it (std::string_view description, std::function< void()> body) |
void | it (std::string_view description, std::function< void(SpecsCpp::SpecDone)> body) |
void | set_timeout (std::uint32_t timeoutMilliseconds) |
void | setup (std::function< void()> body) |
void | setup (std::function< void(SpecsCpp::SpecDone)> body) |
void | skip () |
void | spec (std::string_view description, std::function< void()> body) |
void | spec (std::string_view description, std::function< void(SpecsCpp::SpecDone)> body) |
void | teardown (std::function< void()> body) |
void | teardown (std::function< void(SpecsCpp::SpecDone)> body) |
void | test (std::string_view description, std::function< void()> body) |
void | test (std::string_view description, std::function< void(SpecsCpp::SpecDone)> body) |
void | test (std::string_view description, std::function< void(SpecsCpp::ISpecGroup *)> body) |
void | test_template (std::string_view templateName, std::function< void()> body) |
void | use_template (std::string_view templateName) |
|
inline |
Definition at line 9 of file describe.h.
|
inline |
Definition at line 11 of file it.h.
|
inline |
|
inline |
Definition at line 9 of file set_timeout.h.
|
inline |
Definition at line 12 of file setup.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 12 of file teardown.h.
|
inline |
Definition at line 16 of file teardown.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 11 of file test_template.h.
|
inline |
Definition at line 7 of file use_template.h.