CPUnit 0.95 (beta)
The REAL C++ port of JUnit.
cpunit::FunctionCall Class Reference

#include <cpunit_FunctionCall.hpp>

Inheritance diagram for cpunit::FunctionCall:
cpunit::Callable

List of all members.

Public Types

typedef void(* TestMethod )()

Public Member Functions

 FunctionCall (const RegInfo &ri, TestMethod _test)
virtual ~FunctionCall ()
virtual void run ()

Private Attributes

TestMethod test

Detailed Description

Definition at line 40 of file cpunit_FunctionCall.hpp.


Member Typedef Documentation

Definition at line 42 of file cpunit_FunctionCall.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

void cpunit::FunctionCall::run ( ) [virtual]

Implements cpunit::Callable.

Definition at line 45 of file cpunit_FunctionCall.cpp.


Member Data Documentation

Definition at line 50 of file cpunit_FunctionCall.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines