wibble 1.1
|
#include <tests.h>
Public Member Functions | |
TestRegexp (const std::string &actual, const std::string ®exp, bool inverted=false) | |
TestRegexp | operator! () |
void | check (WIBBLE_TEST_LOCPRM) const |
Public Attributes | |
std::string | actual |
std::string | regexp |
bool | inverted |
|
inline |
void wibble::tests::TestRegexp::check | ( | WIBBLE_TEST_LOCPRM | ) | const |
References actual, inverted, wibble::Regexp::match(), regexp, and wibble_test_location.
|
inline |
std::string wibble::tests::TestRegexp::actual |
Referenced by check(), and operator!().
bool wibble::tests::TestRegexp::inverted |
Referenced by check(), and operator!().
std::string wibble::tests::TestRegexp::regexp |
Referenced by check(), and operator!().