Started implementing execute/describe/it and expect.

This commit is contained in:
2023-04-07 12:05:11 -07:00
parent 2560265fcb
commit 1a4a19b938
3 changed files with 164 additions and 19 deletions

View File

@@ -20,6 +20,7 @@ namespace JTest {
// vector<testmethod_t> skipped;
};
struct test_t {
std::string _label;
test_fn _test_method;
bool _disabled;