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

Method preTestAction

tests/CppUTest/PluginTest.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 virtual void preTestAction(UtestShell&, TestResult&)
48 {
49 preAction++;
50 preActionSequence = sequenceNumber++;
51 }
52
53 virtual void postTestAction(UtestShell&, TestResult&)
54 {

Callers 2

TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected