|
| template<typename ValueType, std::size_t Index = 0, typename ... MatcherTypes> |
| std::enable_if_t< Index==sizeof...(MatcherTypes), bool > | compareAll (const ValueType &, const std::tuple< MatcherTypes... > &) |
| |
| template<typename ValueType, std::size_t Index = 0, typename ... MatcherTypes> |
| std::enable_if_t<(Index< sizeof...(MatcherTypes)), bool > | compareAll (const ValueType &actual, const std::tuple< MatcherTypes... > &matchers) |
| |
| template<typename ValueType, std::size_t Index = 0, typename ... MatcherTypes> |
| std::enable_if_t< Index==sizeof...(MatcherTypes), bool > | compareAny (const ValueType &, const std::tuple< MatcherTypes... > &) |
| |
| template<typename ValueType, std::size_t Index = 0, typename ... MatcherTypes> |
| std::enable_if_t<(Index< sizeof...(MatcherTypes)), bool > | compareAny (const ValueType &actual, const std::tuple< MatcherTypes... > &matchers) |
| |
| template<typename ValueType, std::size_t Index = 0, typename ... MatcherTypes> |
| std::enable_if_t< Index==sizeof...(MatcherTypes), ::QString > | descriptionAll (::QTextStream &ots, const ValueType &, const std::tuple< MatcherTypes... > &) |
| |
| template<typename ValueType, std::size_t Index = 0, typename ... MatcherTypes> |
| std::enable_if_t<(Index< sizeof...(MatcherTypes)), ::QString > | descriptionAll (::QTextStream &ots, const ValueType &actual, const std::tuple< MatcherTypes... > &matchers) |
| |
| template<typename ValueType, std::size_t Index = 0, typename ... MatcherTypes> |
| std::enable_if_t< Index==sizeof...(MatcherTypes), ::QString > | descriptionAny (::QTextStream &ots, const ValueType &, const std::tuple< MatcherTypes... > &) |
| |
| template<typename ValueType, std::size_t Index = 0, typename ... MatcherTypes> |
| std::enable_if_t<(Index< sizeof...(MatcherTypes)), ::QString > | descriptionAny (::QTextStream &ots, const ValueType &actual, const std::tuple< MatcherTypes... > &matchers) |
| |
| template<typename ReturnType, typename ... ParameterTypes> |
| ReturnType | invokeImplementation (Mock< ReturnType, ParameterTypes ... > &mock) |
| |
| template<typename IteratorType> |
| void | outputStream (::QTextStream &stream, const IteratorType &begin, const IteratorType &end) |
| |
| template<typename ReturnType, typename ExpectationType, typename ... ParameterTypes> |
| ReturnType | process (ExpectationQueue &queue, ExpectationType &expectation, ParameterTypes ... passedInArgs) |
| |
| QT_MOCKS_EXPORT::QString | toString (const ExpectedAction action) |
| |