4 #include "UnitTestRunner.h" 62 TEST_ADD(
TestA, test1)
63 TEST_ADD(TestA, test2)
64 TEST_ADD(TestA, test3)
65 TEST_ADD(TestA, test4)
UnitTest is a base class for classes that define unit tests.
void printMethod(const char *methodName)
Write name of a class method, iff ioProcessor.
This example shows how to construct and run a single UnitTest class.