ACT-CV - Machine Vision for Cognitive Modeling
|
exception class for test failure More...
#include <TestCase.h>
Public Member Functions | |
TestFailure (const GCPointer< TestCase > &t, std::string cause) | |
TestFailure (const GCPointer< TestCase > &t, std::string cause, std::string file, int line) | |
Public Attributes | |
GCPointer< TestCase > | theTest |
std::string | theCause |
std::string | theFile |
int | theLine |
exception class for test failure
Definition at line 43 of file TestCase.h.
Definition at line 51 of file TestCase.h.
tests::TestFailure::TestFailure | ( | const GCPointer< TestCase > & | t, |
std::string | cause, | ||
std::string | file, | ||
int | line | ||
) |
Definition at line 54 of file TestCase.h.
std::string tests::TestFailure::theCause |
Definition at line 46 of file TestCase.h.
Referenced by main().
std::string tests::TestFailure::theFile |
Definition at line 48 of file TestCase.h.
Referenced by main().
int tests::TestFailure::theLine |
Definition at line 49 of file TestCase.h.
Referenced by main().
Definition at line 45 of file TestCase.h.
Referenced by main().