Specs
Beautiful C++ Test Framework
|
#include <Specs/GlobalSpecGroup.h>
#include <Specs/SpecDone.h>
#include <functional>
#include "../GlobalInterface.h"
Go to the source code of this file.
Namespaces | |
namespace | SpecsCpp |
namespace | SpecsCpp::DSLs |
namespace | SpecsCpp::DSLs::Functions |
Functions | |
void | SpecsCpp::DSLs::Functions::test (std::string_view description, std::function< void()> body) |
void | SpecsCpp::DSLs::Functions::test (std::string_view description, std::function< void(SpecsCpp::SpecDone)> body) |
void | SpecsCpp::DSLs::Functions::test (std::string_view description, std::function< void(SpecsCpp::ISpecGroup *)> body) |