MCPcopy Create free account
hub / github.com/cpputest/cpputest / preTestAction

Method preTestAction

src/CppUTestExt/MockSupportPlugin.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void MockSupportPlugin::preTestAction(UtestShell&, TestResult&)
69{
70 mock().installComparatorsAndCopiers(repository_);
71}
72
73void MockSupportPlugin::postTestAction(UtestShell& test, TestResult& result)
74{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected