Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ teardown
Function
teardown
examples/AllTests/EventDispatcherTest.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
mock().installComparator(
"Event"
, eventComparator);
71
}
72
void teardown()
73
{
74
delete dispatcher;
75
mock().removeAllComparatorsAndCopiers();
76
}
77
};
78
79
Callers
nothing calls this directly
Calls
1
removeAllComparatorsAndCopiers
Method · 0.80
Tested by
no test coverage detected