File mock.hpp¶
↰ Parent directory (include/mu/tiny)
Core mock support: expectation recording, call verification, and data sharing.
Definition (include/mu/tiny/mock.hpp)¶
Detailed Description¶
The canonical entry point is the free function Function mu::tiny::mock::mock, which returns a reference to the global (or a named scope) Class Support.
Includes¶
mu/tiny/export.hmu/tiny/mock/ActualCall.hpp(File ActualCall.hpp)mu/tiny/mock/ExpectedCall.hpp(File ExpectedCall.hpp)