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