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

Function setup

tests/CppUTest/SetPluginTest.cpp:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 TestResult* result_;
31
32 void setup()
33 {
34 myRegistry_ = new TestRegistry();
35 plugin_ = new SetPointerPlugin("TestSetPlugin");
36 myRegistry_->setCurrentRegistry(myRegistry_);
37 myRegistry_->installPlugin(plugin_);
38 output_ = new StringBufferTestOutput();
39 result_ = new TestResult(*output_);
40 }
41
42 void teardown()
43 {

Callers

nothing calls this directly

Calls 2

setCurrentRegistryMethod · 0.80
installPluginMethod · 0.45

Tested by

no test coverage detected