SST/macro
|
#include <test.h>
Public Member Functions | |
TestCase_impl (const std::string &descr, bool should_be_equal, const T &test, const T &asserted) | |
bool | is_correct () const |
void | print_error (std::ostream &os) const |
void | print_descr (std::ostream &os) const |
void | print_test_value (std::ostream &os) const |
void | print_asserted_value (std::ostream &os) const |
Private Attributes | |
std::string | descr_ |
bool | should_be_equal_ |
bool | equal_ |
T | test_ |
T | asserted_ |
|
inline |
Definition at line 43 of file test.h.
References TestEquals< T >::equals().
|
inlinevirtual |
|
inlinevirtual |
Implements TestCase.
Definition at line 79 of file test.h.
References ClassOutput< T >::print().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements TestCase.
Definition at line 74 of file test.h.
References ClassOutput< T >::print().
|
private |
|
private |
|
private |
|
private |
|
private |