wibble 1.1
|
Namespaces | |
namespace | wibble |
namespace | wibble::tests |
Functions | |
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) |
Variables | |
const wibble::tests::Location | wibble_test_location |
const wibble::tests::LocationInfo | wibble_test_location_info |
const wibble::tests::Location wibble_test_location |
Referenced by wibble::tests::TestBool< A >::check(), wibble::tests::TestEquals< A, E >::check(), wibble::tests::TestIsLt< A, E >::check(), wibble::tests::TestIsLte< A, E >::check(), wibble::tests::TestIsGt< A, E >::check(), wibble::tests::TestIsGte< A, E >::check(), wibble::tests::TestStartsWith::check(), wibble::tests::TestEndsWith::check(), wibble::tests::TestContains::check(), wibble::tests::TestRegexp::check(), wibble::tests::TestFileExists::check(), wibble::tests::test_assert_contains(), wibble::tests::test_assert_endswith(), wibble::tests::test_assert_file_exists(), wibble::tests::test_assert_istrue(), wibble::tests::test_assert_not_file_exists(), wibble::tests::test_assert_re_match(), and wibble::tests::test_assert_startswith().
const wibble::tests::LocationInfo wibble_test_location_info |