mimic++ v1
Loading...
Searching...
No Matches
mimicpp::expectation_policies::Throws< Exception > Class Template Reference

#include <ExpectationPolicies.hpp>

Public Member Functions

constexpr Throws (Exception exception) noexcept(std::is_nothrow_move_constructible_v< Exception >)
 
template<typename Return , typename... Args>
constexpr Return finalize_call (const call::Info< Return, Args... > &call)
 

Constructor & Destructor Documentation

◆ Throws()

template<typename Exception >
mimicpp::expectation_policies::Throws< Exception >::Throws ( Exception exception)
inlineexplicitnodiscardconstexprnoexcept

Member Function Documentation

◆ finalize_call()

template<typename Exception >
template<typename Return , typename... Args>
Return mimicpp::expectation_policies::Throws< Exception >::finalize_call ( const call::Info< Return, Args... > & call)
inlineconstexpr

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