| 55 | } |
| 56 | |
| 57 | void TestPlugin::runAllPostTestAction(UtestShell& test, TestResult& result) |
| 58 | { |
| 59 | next_ ->runAllPostTestAction(test, result); |
| 60 | if (enabled_) postTestAction(test, result); |
| 61 | } |
| 62 | |
| 63 | bool TestPlugin::parseAllArguments(int ac, char** av, int index) |
| 64 | { |
no outgoing calls
no test coverage detected