Started implementing execute/describe/it and expect.
This commit is contained in:
@@ -20,6 +20,7 @@ namespace JTest {
|
||||
// vector<testmethod_t> skipped;
|
||||
};
|
||||
|
||||
struct test_t {
|
||||
std::string _label;
|
||||
test_fn _test_method;
|
||||
bool _disabled;
|
||||
|
||||
Reference in New Issue
Block a user