Execute all classes in the current module as unittests.
Each class must have the following members and they are executed in this order:
void setup() void test() void shutdown()
See Implementation
Execute all classes in the current module as unittests.
Each class must have the following members and they are executed in this order:
void setup() void test() void shutdown()