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

Method SetUp

tests/CppUTestExt/GTest2ConvertorTest.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 char* freed_during_teardown;
36
37 void SetUp()
38 {
39 setup_was_called = true;
40 freed_during_teardown = NULL;
41 }
42
43 void TearDown()
44 {

Callers 1

setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected