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

Method DummyPlugin

tests/CppUTest/PluginTest.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40{
41public:
42 DummyPlugin(const SimpleString& name) :
43 TestPlugin(name), preAction(0), preActionSequence(0), postAction(0), postActionSequence(0)
44 {
45 }
46
47 virtual void preTestAction(UtestShell&, TestResult&)
48 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected