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

Function setup

tests/CppUTest/SimpleStringTest.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 GlobalSimpleStringMemoryAccountant accountant;
69
70 void setup()
71 {
72 stash.save();
73 testFunction.parameter_ = &accountant;
74 fixture.setTestFunction(&testFunction);
75 }
76
77 void teardown()
78 {

Callers

nothing calls this directly

Calls 2

setTestFunctionMethod · 0.80
saveMethod · 0.45

Tested by

no test coverage detected