#include <db/ProcTest.h>
Definition at line 19 of file ProcTest.h.
Public Member Functions | |
int | countTestCases () const |
ProcTest (std::string name) | |
virtual void | registerTests (CppUnit::TestSuite *suite) |
void | setUp () |
void | tearDown () |
void | testName () |
Protected Attributes | |
Proc * | m_proc |
|
Definition at line 25 of file ProcTest.h. |
|
Definition at line 38 of file ProcTest.cpp. |
|
Definition at line 33 of file ProcTest.cpp. References MYTEST, and testName(). Referenced by main(). |
|
Definition at line 48 of file ProcTest.cpp. |
|
Definition at line 58 of file ProcTest.cpp. References m_proc. |
|
Definition at line 66 of file ProcTest.cpp. References Proc::getName(), Proc::getNativeAddress(), HELLO_PENTIUM, BinaryFileFactory::Load(), m_proc, FrontEnd::readLibraryCatalog(), and Prog::setFrontEnd(). Referenced by registerTests(). |
|
Definition at line 21 of file ProcTest.h. Referenced by tearDown(), and testName(). |