Macro
RUNNER_TEARDOWN
Statements to execute before the runner terminates.
Since v1.0
#define RUNNER_TEARDOWN(
)
Discussion 🔗
Invoked before terminating the test runner. This provides an opportunity to cleanup global state.
Statements to execute before the runner terminates.
Invoked before terminating the test runner. This provides an opportunity to cleanup global state.