|
xorp
|
This class is passed as the first argument to each test function/method. More...
#include <test_main.hh>
Public Member Functions | |
| TestInfo (string myname, bool verbose, int verbose_level, ostream &o) | |
| TestInfo (const TestInfo &rhs) | |
| string | test_name () |
| bool | verbose () |
| int | verbose_level () |
| ostream & | out () |
Private Attributes | |
| string | _myname |
| bool | _verbose |
| int | _verbose_level |
| ostream & | _ostream |
This class is passed as the first argument to each test function/method.