|
mimic++ v9.2.1
|
This is the complete list of members for mimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy >, including all inherited members.
| ArgsRequirement(Matcher matcher, MatchesStrategy matchesStrategy, DescribeStrategy describeStrategy) noexcept(std::is_nothrow_move_constructible_v< Matcher > &&std::is_nothrow_move_constructible_v< MatchesStrategy > &&std::is_nothrow_move_constructible_v< DescribeStrategy >) | mimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy > | inlineexplicit |
| consume(call::Info< Return, Args... > const &info) noexcept | mimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy > | inlinestatic |
| describe() const | mimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy > | inline |
| is_satisfied() noexcept | mimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy > | inlinestatic |
| matches(const call::Info< Return, Args... > &info) const noexcept(std::is_nothrow_invocable_v< MatchesStrategy const &, matcher_matches_fn< Matcher >, call::Info< Return, Args... > const & >) | mimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy > | inline |