Lines Matching refs:Catch
11 using Catch::trim; using Catch::StringRef;
29 CHECK(Catch::replaceInPlace(letters, "b", "z"));
33 CHECK(Catch::replaceInPlace(letters, "c", "z"));
37 CHECK(Catch::replaceInPlace(letters, "a", "z"));
41 CHECK(Catch::replaceInPlace(letters, "g", "z"));
45 CHECK(Catch::replaceInPlace(letters, letters, "replaced"));
49 CHECK_FALSE(Catch::replaceInPlace(letters, "x", "z"));
54 CHECK(Catch::replaceInPlace(s, "'", "|'"));
60 using namespace Catch::Matchers;
61 using Catch::splitStringRef;
62 using Catch::StringRef;