17 #ifndef COM_BORA_SOFTWARE__BALAU_EXCEPTION__TEST_EXCEPTIONS 18 #define COM_BORA_SOFTWARE__BALAU_EXCEPTION__TEST_EXCEPTIONS 28 public:
AssertionException(
const char * file,
int line,
const std::string & st,
const std::string & message_)
36 public:
TestRunnerException(
const char * file,
int line,
const std::string & st,
const std::string & message_)
42 #endif // COM_BORA_SOFTWARE__BALAU_EXCEPTION__TEST_EXCEPTIONS All exception classes.
Definition: BalauException.hpp:50
Thrown by the test runner when there is a non test related error.
Definition: TestExceptions.hpp:35
The exception thrown by the test runner when an assertion fails.
Definition: TestExceptions.hpp:27
Base Balau exception classes.
Base class of all Balau exceptions.
Definition: BalauException.hpp:55