Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
it.h File Reference
#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::it (std::string_view description, std::function< void()> body)
 
void SpecsCpp::DSLs::Functions::it (std::string_view description, std::function< void(SpecsCpp::SpecDone)> body)