#include <test.h>
Definition at line 482 of file test.h.
ExceptionTestCase::ExceptionTestCase |
( |
const std::string & |
descr, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const std::string & |
exc, |
|
|
const std::string & |
test, |
|
|
const std::string & |
errormsg, |
|
|
bool |
success |
|
) |
| |
|
inline |
bool ExceptionTestCase::is_correct |
( |
| ) |
const |
|
inlinevirtual |
void ExceptionTestCase::print_asserted_value |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtual |
void ExceptionTestCase::print_descr |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtual |
void ExceptionTestCase::print_error |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtual |
void ExceptionTestCase::print_test_value |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtual |
std::string ExceptionTestCase::descr_ |
|
private |
std::string ExceptionTestCase::errormsg_ |
|
private |
std::string ExceptionTestCase::exc_ |
|
private |
const char* ExceptionTestCase::file_ |
|
private |
int ExceptionTestCase::line_ |
|
private |
bool ExceptionTestCase::success_ |
|
private |
std::string ExceptionTestCase::test_ |
|
private |
The documentation for this class was generated from the following file: