std.unittest.mock.mockmacro

Function Description

unittest.mock.mockmacro provides macros required by the mock framework.

API List

Macro

NameDescription
CalledCreates a verification statement.
OnUses the configuration API to define the behavior of members of a mock/spy object (or redefine a spy object).