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

Function setup

tests/CppUTestExt/OrderedTestTest.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 OrderedTestShell* orderedTestCache;
47 void setup()
48 {
49 orderedTestCache = OrderedTestShell::getOrderedTestHead();
50 OrderedTestShell::setOrderedTestHead(NULLPTR);
51
52 fixture = new TestTestingFixture();
53 fixture->getRegistry()->unDoLastAddTest();
54 }
55
56 void teardown()
57 {

Callers

nothing calls this directly

Calls 3

unDoLastAddTestMethod · 0.80
getRegistryMethod · 0.80
getCurrentRepetitionMethod · 0.80

Tested by

no test coverage detected