wibble
1.1
|
#include <tests.h>
Public Member Functions | |
TestEndsWith (const std::string &actual, const std::string &expected, bool inverted=false) | |
TestEndsWith | operator! () |
void | check (WIBBLE_TEST_LOCPRM) const |
Public Attributes | |
std::string | actual |
std::string | expected |
bool | inverted |
|
inline |
Referenced by operator!().
void wibble::tests::TestEndsWith::check | ( | WIBBLE_TEST_LOCPRM | ) | const |
References actual, wibble::str::endsWith(), expected, wibble::tests::Location::fail_test(), inverted, and wibble_test_location.
|
inline |
References actual, expected, inverted, and TestEndsWith().
std::string wibble::tests::TestEndsWith::actual |
Referenced by check(), and operator!().
std::string wibble::tests::TestEndsWith::expected |
Referenced by check(), and operator!().
bool wibble::tests::TestEndsWith::inverted |
Referenced by check(), and operator!().