File ExpectedCall.hpp¶
↰ Parent directory (include/mu/tiny/mock)
Fluent interface returned by mu::tiny::mock::Support::expect_one_call() and friends.
Definition (include/mu/tiny/mock/ExpectedCall.hpp)¶
Detailed Description¶
Use the fluent methods to constrain which parameter values and call order the actual call must match, and to configure the return value the mock will produce. The corresponding fluent interface for actual calls is Class ActualCall.
Includes¶
mu/tiny/StringView.hpp(File StringView.hpp)mu/tiny/export.hmu/tiny/mock/NamedValue.hpp(File NamedValue.hpp)