mimic++ v2
Loading...
Searching...
No Matches
mimicpp::expectation_policies::Category< expected > Class Template Reference

#include <ExpectationPolicies.hpp>

Static Public Member Functions

static constexpr bool is_satisfied () noexcept
 
template<typename Return , typename... Args>
static constexpr bool matches (const call::Info< Return, Args... > &info) noexcept
 
template<typename Return , typename... Args>
static constexpr void consume (const call::Info< Return, Args... > &info) noexcept
 
static StringT describe ()
 

Member Function Documentation

◆ consume()

template<ValueCategory expected>
template<typename Return , typename... Args>
static constexpr void mimicpp::expectation_policies::Category< expected >::consume ( const call::Info< Return, Args... > & info)
inlinestaticconstexprnoexcept
Here is the call graph for this function:

◆ describe()

template<ValueCategory expected>
static StringT mimicpp::expectation_policies::Category< expected >::describe ( )
inlinestaticnodiscard

◆ is_satisfied()

template<ValueCategory expected>
static constexpr bool mimicpp::expectation_policies::Category< expected >::is_satisfied ( )
inlinestaticconstexprnoexcept

◆ matches()

template<ValueCategory expected>
template<typename Return , typename... Args>
static constexpr bool mimicpp::expectation_policies::Category< expected >::matches ( const call::Info< Return, Args... > & info)
inlinestaticconstexprnoexcept
Here is the call graph for this function:

The documentation for this class was generated from the following file: