#include <OsiUnitTests.hpp>
Collaboration diagram for OsiUnitTest::TestOutcome:
Public Types | |
NOTE = 0 | |
PASSED = 1 | |
WARNING = 2 | |
ERROR = 3 | |
LAST = 4 | |
enum | SeverityLevel { NOTE = 0, PASSED = 1, WARNING = 2, ERROR = 3, LAST = 4 } |
Public Member Functions | |
TestOutcome (const std::string &comp, const std::string &tst, const char *cond, SeverityLevel sev, const char *file, int line, bool exp=false) | |
void | print () const |
Public Attributes | |
std::string | component |
std::string | testname |
std::string | testcond |
SeverityLevel | severity |
bool | expected |
std::string | filename |
int | linenumber |
Static Public Attributes | |
static std::string | SeverityLevelName [LAST] |
Definition at line 108 of file OsiUnitTests.hpp.
OsiUnitTest::TestOutcome::TestOutcome | ( | const std::string & | comp, | |
const std::string & | tst, | |||
const char * | cond, | |||
SeverityLevel | sev, | |||
const char * | file, | |||
int | line, | |||
bool | exp = false | |||
) | [inline] |
Definition at line 129 of file OsiUnitTests.hpp.
void OsiUnitTest::TestOutcome::print | ( | ) | const |
std::string OsiUnitTest::TestOutcome::SeverityLevelName[LAST] [static] |
Definition at line 118 of file OsiUnitTests.hpp.
std::string OsiUnitTest::TestOutcome::component |
Definition at line 120 of file OsiUnitTests.hpp.
std::string OsiUnitTest::TestOutcome::testname |
Definition at line 121 of file OsiUnitTests.hpp.
std::string OsiUnitTest::TestOutcome::testcond |
Definition at line 122 of file OsiUnitTests.hpp.
Definition at line 123 of file OsiUnitTests.hpp.
Definition at line 124 of file OsiUnitTests.hpp.
std::string OsiUnitTest::TestOutcome::filename |
Definition at line 126 of file OsiUnitTests.hpp.
Definition at line 127 of file OsiUnitTests.hpp.