Generated on Fri Aug 24 2012 04:52:25 for Gecode by doxygen 1.8.1.1
General test support

Classes

class  Test::ind
 Simple class for describing identation. More...
class  Test::Options
 Commandline options. More...
class  Test::Base
 Base class for all tests to be run More...

Variables

std::ostringstream Test::olog
 Stream used for logging.
Options Test::opt
 The options.

Detailed Description


Variable Documentation

std::ostringstream Test::olog

Stream used for logging.

The olog is buffered and printed only if an error has occured.

Definition at line 57 of file test.cpp.

Options Test::opt

The options.

Definition at line 101 of file test.cpp.