|
Wire Sysio Wire Sysion 1.0.0
|
Namespaces | |
| namespace | Floating |
| namespace | Generic |
| namespace | Impl |
| namespace | StdString |
| namespace | Vector |
Functions | |
| Floating::WithinUlpsMatcher | WithinULP (double target, int maxUlpDiff) |
| Floating::WithinUlpsMatcher | WithinULP (float target, int maxUlpDiff) |
| Floating::WithinAbsMatcher | WithinAbs (double target, double margin) |
| template<typename T > | |
| Generic::PredicateMatcher< T > | Predicate (std::function< bool(T const &)> const &predicate, std::string const &description="") |
| StdString::EqualsMatcher | Equals (std::string const &str, CaseSensitive::Choice caseSensitivity) |
| StdString::ContainsMatcher | Contains (std::string const &str, CaseSensitive::Choice caseSensitivity) |
| StdString::EndsWithMatcher | EndsWith (std::string const &str, CaseSensitive::Choice caseSensitivity) |
| StdString::StartsWithMatcher | StartsWith (std::string const &str, CaseSensitive::Choice caseSensitivity) |
| StdString::RegexMatcher | Matches (std::string const ®ex, CaseSensitive::Choice caseSensitivity) |
| template<typename T > | |
| Vector::ContainsMatcher< T > | Contains (std::vector< T > const &comparator) |
| template<typename T > | |
| Vector::ContainsElementMatcher< T > | VectorContains (T const &comparator) |
| template<typename T > | |
| Vector::EqualsMatcher< T > | Equals (std::vector< T > const &comparator) |
| template<typename T > | |
| Vector::ApproxMatcher< T > | Approx (std::vector< T > const &comparator) |
| template<typename T > | |
| Vector::UnorderedEqualsMatcher< T > | UnorderedEquals (std::vector< T > const &target) |
| Impl::NSStringMatchers::Equals | Equals (NSString *substr) |
| Impl::NSStringMatchers::Contains | Contains (NSString *substr) |
| Impl::NSStringMatchers::StartsWith | StartsWith (NSString *substr) |
| Impl::NSStringMatchers::EndsWith | EndsWith (NSString *substr) |
| Vector::ApproxMatcher< T > Catch::Matchers::Approx | ( | std::vector< T > const & | comparator | ) |
Definition at line 170 of file catch_matchers_vector.h.
|
inline |
Definition at line 184 of file catch_objc.hpp.
| StdString::ContainsMatcher Catch::Matchers::Contains | ( | std::string const & | str, |
| CaseSensitive::Choice | caseSensitivity ) |
Definition at line 103 of file catch_matchers_string.cpp.
| Vector::ContainsMatcher< T > Catch::Matchers::Contains | ( | std::vector< T > const & | comparator | ) |
Definition at line 155 of file catch_matchers_vector.h.
|
inline |
Definition at line 190 of file catch_objc.hpp.
| StdString::EndsWithMatcher Catch::Matchers::EndsWith | ( | std::string const & | str, |
| CaseSensitive::Choice | caseSensitivity ) |
Definition at line 106 of file catch_matchers_string.cpp.
|
inline |
Definition at line 181 of file catch_objc.hpp.
| StdString::EqualsMatcher Catch::Matchers::Equals | ( | std::string const & | str, |
| CaseSensitive::Choice | caseSensitivity ) |
Definition at line 100 of file catch_matchers_string.cpp.

| Vector::EqualsMatcher< T > Catch::Matchers::Equals | ( | std::vector< T > const & | comparator | ) |
Definition at line 165 of file catch_matchers_vector.h.
| StdString::RegexMatcher Catch::Matchers::Matches | ( | std::string const & | regex, |
| CaseSensitive::Choice | caseSensitivity ) |
Definition at line 113 of file catch_matchers_string.cpp.
| Generic::PredicateMatcher< T > Catch::Matchers::Predicate | ( | std::function< bool(T const &)> const & | predicate, |
| std::string const & | description = "" ) |
Definition at line 51 of file catch_matchers_generic.hpp.
|
inline |
Definition at line 187 of file catch_objc.hpp.
| StdString::StartsWithMatcher Catch::Matchers::StartsWith | ( | std::string const & | str, |
| CaseSensitive::Choice | caseSensitivity ) |
Definition at line 109 of file catch_matchers_string.cpp.
| Vector::UnorderedEqualsMatcher< T > Catch::Matchers::UnorderedEquals | ( | std::vector< T > const & | target | ) |
Definition at line 175 of file catch_matchers_vector.h.
| Vector::ContainsElementMatcher< T > Catch::Matchers::VectorContains | ( | T const & | comparator | ) |
Definition at line 160 of file catch_matchers_vector.h.

| Floating::WithinAbsMatcher Catch::Matchers::WithinAbs | ( | double | target, |
| double | margin ) |
Definition at line 143 of file catch_matchers_floating.cpp.
| Floating::WithinUlpsMatcher Catch::Matchers::WithinULP | ( | double | target, |
| int | maxUlpDiff ) |
Definition at line 135 of file catch_matchers_floating.cpp.
| Floating::WithinUlpsMatcher Catch::Matchers::WithinULP | ( | float | target, |
| int | maxUlpDiff ) |
Definition at line 139 of file catch_matchers_floating.cpp.