Macro

RESTORE_MOCKS

Restore all mocks.

Since v1.0
#define RESTORE_MOCKS(
)

Discussion 🔗

This functions reinstates all mocks after being invoked enough times to match the number of subsequent calls to SUSPEND_MOCKS. If this function is invoked one too many times, then the extraneous calls are ignored.