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

Method unDoLastAddTest

src/CppUTest/TestRegistry.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void TestRegistry::unDoLastAddTest()
150{
151 tests_ = tests_ ? tests_->getNext() : NULLPTR;
152
153}
154
155void TestRegistry::setNameFilters(const TestFilter* filters)
156{

Callers 4

unDoMethod · 0.80
TESTFunction · 0.80
setupFunction · 0.80
TESTFunction · 0.80

Calls 1

getNextMethod · 0.45

Tested by

no test coverage detected