Namespaces | |
namespace | Exception |
namespace | Floating |
namespace | Generic |
namespace | Impl |
namespace | StdString |
namespace | Vector |
Exception::ExceptionMessageMatcher Message | ( | std::string const & | message | ) |
Floating::WithinUlpsMatcher WithinULP | ( | double | target, |
uint64_t | maxUlpDiff | ||
) |
References WithinULP().
Referenced by WithinULP(), and WithinULP().
Floating::WithinUlpsMatcher WithinULP | ( | float | target, |
uint64_t | maxUlpDiff | ||
) |
References WithinULP().
Floating::WithinAbsMatcher WithinAbs | ( | double | target, |
double | margin | ||
) |
References WithinAbs().
Referenced by WithinAbs().
Floating::WithinRelMatcher WithinRel | ( | double | target, |
double | eps | ||
) |
References WithinRel().
Referenced by WithinRel(), WithinRel(), WithinRel(), and WithinRel().
Floating::WithinRelMatcher WithinRel | ( | double | target | ) |
References WithinRel().
Floating::WithinRelMatcher WithinRel | ( | float | target, |
float | eps | ||
) |
References WithinRel().
Floating::WithinRelMatcher WithinRel | ( | float | target | ) |
References WithinRel().
StdString::EqualsMatcher Equals | ( | std::string const & | str, |
CaseSensitive::Choice | caseSensitivity = CaseSensitive::Yes |
||
) |
StdString::ContainsMatcher Contains | ( | std::string const & | str, |
CaseSensitive::Choice | caseSensitivity = CaseSensitive::Yes |
||
) |
References Contains().
Referenced by Contains().
StdString::EndsWithMatcher EndsWith | ( | std::string const & | str, |
CaseSensitive::Choice | caseSensitivity = CaseSensitive::Yes |
||
) |
References EndsWith().
Referenced by EndsWith().
StdString::StartsWithMatcher StartsWith | ( | std::string const & | str, |
CaseSensitive::Choice | caseSensitivity = CaseSensitive::Yes |
||
) |
References StartsWith().
Referenced by StartsWith().
StdString::RegexMatcher Matches | ( | std::string const & | regex, |
CaseSensitive::Choice | caseSensitivity = CaseSensitive::Yes |
||
) |