std.unittest.mock.mockmacro
Function Description
unittest.mock.mockmacro provides macros required by the mock framework.
API List
Macro
| Name | Description |
|---|---|
| Called | Creates a verification statement. |
| On | Uses the configuration API to define the behavior of members of a mock/spy object (or redefine a spy object). |