CppUnit project page | FAQ |
Protector context (Implementation). Implementation detail. More...
#include <ProtectorContext.h>
Public Member Functions | |
ProtectorContext (Test *test, TestResult *result, const std::string &shortDescription) | |
Public Attributes | |
Test * | m_test |
TestResult * | m_result |
std::string | m_shortDescription |
Private Member Functions | |
ProtectorContext (const ProtectorContext &) | |
disable copy construction More... | |
ProtectorContext & | operator= (const ProtectorContext &) |
disable assignment More... | |
Protector context (Implementation). Implementation detail.
|
inline |
|
private |
disable copy construction
|
private |
disable assignment
TestResult* ProtectorContext::m_result |
std::string ProtectorContext::m_shortDescription |
Test* ProtectorContext::m_test |
Send comments to: CppUnit Developers |