////////// IgnoredUtestShell /////////////
| 725 | |
| 726 | /////////////// IgnoredUtestShell ///////////// |
| 727 | IgnoredUtestShell::IgnoredUtestShell(): runIgnored_(false) |
| 728 | { |
| 729 | } |
| 730 | |
| 731 | IgnoredUtestShell::IgnoredUtestShell(const char* groupName, const char* testName, const char* fileName, size_t lineNumber) : |
| 732 | UtestShell(groupName, testName, fileName, lineNumber), runIgnored_(false) |
nothing calls this directly
no outgoing calls
no test coverage detected