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)

View source on GitHub

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

Included By

Namespaces

Classes