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

Method preTestAction

src/CppUTest/MemoryLeakWarningPlugin.cpp:614–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614void MemoryLeakWarningPlugin::preTestAction(UtestShell& /*test*/, TestResult& result)
615{
616 memLeakDetector_->startChecking();
617 failureCount_ = result.getFailureCount();
618}
619
620void MemoryLeakWarningPlugin::postTestAction(UtestShell& test, TestResult& result)
621{

Callers

nothing calls this directly

Calls 2

startCheckingMethod · 0.80
getFailureCountMethod · 0.45

Tested by

no test coverage detected