SmingTest.h
Go to the documentation of this file.
void registerGroup()
Register a factory function (a lambda) to create a given TestGroup class.
Definition: SmingTest.h:106
Definition: SmingTest.h:60
void runNextGroup()
void groupComplete(TestGroup *group)
void execute(Callback onComplete, unsigned initialDelayMs=0)
Runner()
Class to simplify generation of begin/end messages for a test group.
Definition: TestGroup.h:35
Definition: SmingTest.h:51
Runner runner
TestGroup *(* Factory)()
Factory function to create a TestGroup class.
Definition: SmingTest.h:55