|
virtual void | setUp ()=0 |
|
virtual void | beforeTest ()=0 |
|
virtual void | test ()=0 |
|
virtual void | afterTest ()=0 |
|
template<typename T > |
bool | isEquals (T lhs, T rhs) |
|
template<typename T > |
bool | isNotEquals (T lhs, T rhs) |
|
template<typename T > |
bool | isTrue (bool value) |
|
template<typename T > |
bool | isFalse (bool value) |
|
template<typename T > |
bool | isOfType (T lhs, string className) |
|
Definition at line 29 of file CUnit.h.
The documentation for this class was generated from the following file: