#include <SampleSimpleTest.h>
Public Member Functions | |
| void | testHelloWorld () |
| void | testAssertEqual () |
| void | testNothing () |
Private Member Functions | |
| CPPUNIT_TEST_SUITE (SampleSimpleTest) | |
| CPPUNIT_TEST (testHelloWorld) | |
| CPPUNIT_TEST (testAssertEqual) | |
| CPPUNIT_TEST (testNothing) | |
| CPPUNIT_TEST_SUITE_END () | |
Definition at line 12 of file SampleSimpleTest.h.
1.5.1