Minimalist C++ test definition framework.
#include"testing_v1/test.hpp"usingnamespacetesting_v1;auto a_test = test([]() { verify(1 + 1 == 2); });See synopsis.hpp for the API.
There was an error while loading. Please reload this page.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Minimalist C++ test definition framework.
#include"testing_v1/test.hpp"usingnamespacetesting_v1;auto a_test = test([]() { verify(1 + 1 == 2); });See synopsis.hpp for the API.