Generated on Thu Apr 11 13:59:36 2019 for Gecode by doxygen 1.6.3

General test support
[Testing]

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.

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 53 of file test.cpp.

Options Test::opt

The options.

Definition at line 97 of file test.cpp.