Public Member Functions | |
| test_failure () | |
| test_failure (char const *message, unsigned line, string_vector const &data=string_vector()) | |
| ~test_failure () | |
| bool | is_failure () |
Public Attributes | |
| char const * | message |
| unsigned | line |
| string_vector | data |
Definition at line 249 of file testsoon.hpp.
| testsoon::test_failure::test_failure | ( | ) |
Definition at line 251 of file testsoon.hpp.
| testsoon::test_failure::test_failure | ( | char const * | message, | |
| unsigned | line, | |||
| string_vector const & | data = string_vector() | |||
| ) |
Definition at line 252 of file testsoon.hpp.
| testsoon::test_failure::~test_failure | ( | ) |
Definition at line 256 of file testsoon.hpp.
| bool testsoon::test_failure::is_failure | ( | ) |
Definition at line 261 of file testsoon.hpp.
| char const* testsoon::test_failure::message |
| unsigned testsoon::test_failure::line |
1.5.3