mimic++ v2
Loading...
Searching...
No Matches
mimicpp::WildcardMatcher Class Reference

Matcher, which never fails. More...

#include <Matcher.hpp>

Static Public Member Functions

static constexpr bool matches (auto &&target) noexcept
 
static constexpr StringViewT describe () noexcept
 

Detailed Description

Matcher, which never fails.

mimicpp::Mock<void(int)> mock{};
SCOPED_EXP mock.expect_call(_);
mock(1337);

Member Function Documentation

◆ describe()

static constexpr StringViewT mimicpp::WildcardMatcher::describe ( )
inlinestaticconstexprnoexcept

◆ matches()

static constexpr bool mimicpp::WildcardMatcher::matches ( auto && target)
inlinestaticconstexprnoexcept

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