runClassesAsUnittest

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()

void
runClassesAsUnittest
(
string module_ = __MODULE__
)
()

Meta