CPUnit 0.7 (beta)
The REAL C++ port of JUnit.
|
#include <unittest_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 unittest_FunctionCall.hpp.
typedef void(* unittest::FunctionCall::TestMethod)() |
Definition at line 42 of file unittest_FunctionCall.hpp.
unittest::FunctionCall::FunctionCall | ( | const RegInfo & | ri, |
TestMethod | _test | ||
) |
Definition at line 35 of file unittest_FunctionCall.cpp.
unittest::FunctionCall::~FunctionCall | ( | ) | [virtual] |
Definition at line 41 of file unittest_FunctionCall.cpp.
void unittest::FunctionCall::run | ( | ) | [virtual] |
Implements unittest::Callable.
Definition at line 45 of file unittest_FunctionCall.cpp.
TestMethod unittest::FunctionCall::test [private] |
Definition at line 50 of file unittest_FunctionCall.hpp.