|
void | wibble::tests::test_assert_re_match (WIBBLE_TEST_LOCPRM, const std::string ®exp, const std::string &actual) |
|
void | wibble::tests::test_assert_startswith (WIBBLE_TEST_LOCPRM, const std::string &expected, const std::string &actual) |
|
void | wibble::tests::test_assert_endswith (WIBBLE_TEST_LOCPRM, const std::string &expected, const std::string &actual) |
|
void | wibble::tests::test_assert_contains (WIBBLE_TEST_LOCPRM, const std::string &expected, const std::string &actual) |
|
void | wibble::tests::test_assert_istrue (WIBBLE_TEST_LOCPRM, bool val) |
|
void | wibble::tests::test_assert_file_exists (WIBBLE_TEST_LOCPRM, const std::string &fname) |
|
void | wibble::tests::test_assert_not_file_exists (WIBBLE_TEST_LOCPRM, const std::string &fname) |
|
void | wibble::tests::impl_ensure (const Location &loc, bool res) |
|
void | wibble::tests::impl_ensure_contains (const wibble::tests::Location &loc, const std::string &haystack, const std::string &needle) |
|
void | wibble::tests::impl_ensure_not_contains (const wibble::tests::Location &loc, const std::string &haystack, const std::string &needle) |
|