|
void | test_assert_re_match (WIBBLE_TEST_LOCPRM, const std::string ®exp, const std::string &actual) |
|
void | test_assert_startswith (WIBBLE_TEST_LOCPRM, const std::string &expected, const std::string &actual) |
|
void | test_assert_endswith (WIBBLE_TEST_LOCPRM, const std::string &expected, const std::string &actual) |
|
void | test_assert_contains (WIBBLE_TEST_LOCPRM, const std::string &expected, const std::string &actual) |
|
void | test_assert_istrue (WIBBLE_TEST_LOCPRM, bool val) |
|
void | test_assert_file_exists (WIBBLE_TEST_LOCPRM, const std::string &fname) |
|
void | test_assert_not_file_exists (WIBBLE_TEST_LOCPRM, const std::string &fname) |
|
void | impl_ensure (const Location &loc, bool res) |
|
void | impl_ensure_contains (const wibble::tests::Location &loc, const std::string &haystack, const std::string &needle) |
|
void | impl_ensure_not_contains (const wibble::tests::Location &loc, const std::string &haystack, const std::string &needle) |
|
template<class Actual , class Expected > |
void | impl_ensure_equals (const Location &loc, const Actual &actual, const Expected &expected) |
|
template<class Actual , class Expected , class Precision > |
void | impl_ensure_similar (const Location &loc, const Actual &actual, const Expected &expected, const Precision &precision) |
|
template<typename A > |
Actual< A > | actual (const A &actual) |
|
ActualString | actual (const std::string &actual) |
|
ActualString | actual (const char *actual) |
|
ActualString | actual (char *actual) |
|