Namespaces | |
namespace | Detail |
Functions | |
IsEmptyMatcher | IsEmpty () |
HasSizeMatcher | SizeIs (std::size_t sz) |
ExceptionMessageMatcher | Message (std::string const &message) |
WithinUlpsMatcher | WithinULP (double target, uint64_t maxUlpDiff) |
WithinUlpsMatcher | WithinULP (float target, uint64_t maxUlpDiff) |
WithinAbsMatcher | WithinAbs (double target, double margin) |
WithinRelMatcher | WithinRel (double target, double eps) |
WithinRelMatcher | WithinRel (double target) |
WithinRelMatcher | WithinRel (float target, float eps) |
WithinRelMatcher | WithinRel (float target) |
IsNaNMatcher | IsNaN () |
AllTrueMatcher | AllTrue () |
NoneTrueMatcher | NoneTrue () |
AnyTrueMatcher | AnyTrue () |
StringEqualsMatcher | Equals (std::string const &str, CaseSensitive caseSensitivity) |
StringContainsMatcher | ContainsSubstring (std::string const &str, CaseSensitive caseSensitivity) |
EndsWithMatcher | EndsWith (std::string const &str, CaseSensitive caseSensitivity) |
StartsWithMatcher | StartsWith (std::string const &str, CaseSensitive caseSensitivity) |
RegexMatcher | Matches (std::string const ®ex, CaseSensitive caseSensitivity) |
AllTrueMatcher Catch::Matchers::AllTrue | ( | ) |
AnyTrueMatcher Catch::Matchers::AnyTrue | ( | ) |
StringContainsMatcher Catch::Matchers::ContainsSubstring | ( | std::string const & | str, |
CaseSensitive | caseSensitivity ) |
EndsWithMatcher Catch::Matchers::EndsWith | ( | std::string const & | str, |
CaseSensitive | caseSensitivity ) |
StringEqualsMatcher Catch::Matchers::Equals | ( | std::string const & | str, |
CaseSensitive | caseSensitivity ) |
IsEmptyMatcher Catch::Matchers::IsEmpty | ( | ) |
IsNaNMatcher Catch::Matchers::IsNaN | ( | ) |
RegexMatcher Catch::Matchers::Matches | ( | std::string const & | regex, |
CaseSensitive | caseSensitivity ) |
ExceptionMessageMatcher Catch::Matchers::Message | ( | std::string const & | message | ) |
NoneTrueMatcher Catch::Matchers::NoneTrue | ( | ) |
HasSizeMatcher Catch::Matchers::SizeIs | ( | std::size_t | sz | ) |
StartsWithMatcher Catch::Matchers::StartsWith | ( | std::string const & | str, |
CaseSensitive | caseSensitivity ) |
WithinAbsMatcher Catch::Matchers::WithinAbs | ( | double | target, |
double | margin ) |
WithinRelMatcher Catch::Matchers::WithinRel | ( | double | target | ) |
WithinRelMatcher Catch::Matchers::WithinRel | ( | double | target, |
double | eps ) |
WithinRelMatcher Catch::Matchers::WithinRel | ( | float | target | ) |
WithinRelMatcher Catch::Matchers::WithinRel | ( | float | target, |
float | eps ) |
WithinUlpsMatcher Catch::Matchers::WithinULP | ( | double | target, |
uint64_t | maxUlpDiff ) |
WithinUlpsMatcher Catch::Matchers::WithinULP | ( | float | target, |
uint64_t | maxUlpDiff ) |