unittest::Test Class Reference

#include <Assertion.hpp>

List of all members.


Detailed Description

The actual tests must implement this Test interface.

The test() is called when the framework runs the tests.

Tests written using ut4cpp don't need to derive from this class, they use the TEST macros instead.

Examples:

TestAssertion.cpp.

Definition at line 129 of file Assertion.hpp.

Public Member Functions

virtual ~Test ()
 destructor
virtual void test ()=0
 Implements the test, the framework called it when it run the tests.


The documentation for this class was generated from the following file:
Generated on Mon Jun 5 22:05:27 2006 for ut4cpp by  doxygen 1.4.6-NO