Minimalist C++ test definition framework.
#include "testing_v1/test.hpp"
using namespace testing_v1;
auto a_test = test([]() { verify(1 + 1 == 2); });
See synopsis.hpp
for the API.
Minimalist C++ test definition framework.
#include "testing_v1/test.hpp"
using namespace testing_v1;
auto a_test = test([]() { verify(1 + 1 == 2); });
See synopsis.hpp
for the API.