class unitpp::test

The heart of a test system: A test.

Inheritance:


Public Methods

[more] test(const std::string& name)
A test just needs a name
[more]virtual void operator()() = 0
The execution of the test


Documentation

The heart of a test system: A test. The test is meant as a base class for the tests that a client want performed. This means that all tests are to be pointers dynamically allocated. However, the test system takes responsibilities for freeing them again.

The function call overload mechanism is used for the executable part of the test.

o test(const std::string& name)
A test just needs a name

ovirtual void operator()() = 0
The execution of the test


Direct child classes:
test_mfun
suite
exception_test

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.