• Home
  • Raw
  • Download

Lines Matching refs:CHECK_THAT

243   CHECK_THAT( testStringForMatching(), Contains("not there", Catch::CaseSensitive::No) )
249 CHECK_THAT( testStringForMatching(), Contains("STRING") )
292 CHECK_THAT( testStringForMatching(), EndsWith("Substring") )
297 CHECK_THAT( testStringForMatching(), EndsWith("this", Catch::CaseSensitive::No) )
380 CHECK_THAT( testStringForMatching(), Equals("this string contains 'ABC' as a substring") )
386 CHECK_THAT( testStringForMatching(), Equals("something else", Catch::CaseSensitive::No) )
589CHECK_THAT( testStringForMatching(), (Contains("string") || Contains("different")) && Contains("ra…
601 CHECK_THAT( testStringForMatching(), !Contains("substring") )
776 CHECK_THAT( testStringForMatching(), Matches("this STRING contains 'abc' as a substring") )
782 CHECK_THAT( testStringForMatching(), Matches("contains 'abc' as a substring") )
788 CHECK_THAT( testStringForMatching(), Matches("this string contains 'abc' as a") )
805 CHECK_THAT( testStringForMatching(), StartsWith("This String") )
810 CHECK_THAT( testStringForMatching(), StartsWith("string", Catch::CaseSensitive::No) )
861 CHECK_THAT( v, VectorContains(-1) )
866 CHECK_THAT( empty, VectorContains(1) )
878 CHECK_THAT( empty, Contains(v) )
883 CHECK_THAT( v, Contains(v2) )
895 CHECK_THAT( v, Equals(v2) )
900 CHECK_THAT( v2, Equals(v) )
905 CHECK_THAT( empty, Equals(v) )
910 CHECK_THAT( v, Equals(empty) )
922 CHECK_THAT( v, UnorderedEquals(empty) )
927 CHECK_THAT( empty, UnorderedEquals(v) )
932 CHECK_THAT( permuted, UnorderedEquals(v) )
937 CHECK_THAT( permuted, UnorderedEquals(v) )