#include <db/ProgTest.h>
Definition at line 7 of file ProgTest.h.
Public Member Functions | |
int | countTestCases () const |
ProgTest (std::string name) | |
virtual void | registerTests (CppUnit::TestSuite *suite) |
void | setUp () |
void | tearDown () |
void | testName () |
Protected Attributes | |
Prog * | m_prog |
|
Definition at line 12 of file ProgTest.h. |
|
Definition at line 35 of file ProgTest.cpp. |
|
Definition at line 31 of file ProgTest.cpp. References MYTEST, and testName(). Referenced by main(). |
|
Definition at line 45 of file ProgTest.cpp. |
|
Definition at line 56 of file ProgTest.cpp. |
|
Definition at line 63 of file ProgTest.cpp. References Prog::getName(), HELLO_PENTIUM, BinaryFileFactory::Load(), Prog::setFrontEnd(), and Prog::setName(). Referenced by registerTests(). |
|
Definition at line 9 of file ProgTest.h. |