CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
|
#include <cpunit_FunctionCall.hpp>
Public Types | |
typedef void(* | TestMethod )() |
Public Member Functions | |
FunctionCall (const RegInfo &ri, TestMethod _test) | |
virtual | ~FunctionCall () |
virtual void | run () |
Private Attributes | |
TestMethod | test |
Definition at line 40 of file cpunit_FunctionCall.hpp.
typedef void(* cpunit::FunctionCall::TestMethod)() |
Definition at line 42 of file cpunit_FunctionCall.hpp.
cpunit::FunctionCall::FunctionCall | ( | const RegInfo & | ri, |
TestMethod | _test | ||
) |
Definition at line 35 of file cpunit_FunctionCall.cpp.
cpunit::FunctionCall::~FunctionCall | ( | ) | [virtual] |
Definition at line 41 of file cpunit_FunctionCall.cpp.
void cpunit::FunctionCall::run | ( | ) | [virtual] |
Implements cpunit::Callable.
Definition at line 45 of file cpunit_FunctionCall.cpp.
TestMethod cpunit::FunctionCall::test [private] |
Definition at line 50 of file cpunit_FunctionCall.hpp.