File ActualCall.hpp¶
↰ Parent directory (include/mu/tiny/mock)
Fluent interface returned by mu::tiny::mock::Support::actual_call().
Definition (include/mu/tiny/mock/ActualCall.hpp)¶
Detailed Description¶
Inside a mock function implementation, call mu::tiny::mock::Support::actual_call() and then chain mu::tiny::mock::ActualCall::with_parameter() for each argument before querying the return value. The framework matches the actual call against the registered expectations and fails the test if a mismatch is found. See also Class ExpectedCall.
Includes¶
mu/tiny/StringView.hpp(File StringView.hpp)mu/tiny/export.hmu/tiny/mock/NamedValue.hpp(File NamedValue.hpp)