mimic++ v6
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
mimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy > Member List

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(const call::Info< Return, Args... > &info) noexceptmimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy >inlinestatic
describe() constmimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy >inline
is_satisfied() noexceptmimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy >inlinestatic
matches(const call::Info< Return, Args... > &info) const noexcept(std::is_nothrow_invocable_v< const MatchesStrategy &, matcher_matches_fn< Matcher >, const call::Info< Return, Args... > & >)mimicpp::expectation_policies::ArgsRequirement< Matcher, MatchesStrategy, DescribeStrategy >inline