| 343 | } |
| 344 | |
| 345 | bool UtestShell::shouldRun(const TestFilter* groupFilters, const TestFilter* nameFilters) const |
| 346 | { |
| 347 | return match(group_, groupFilters) && match(name_, nameFilters); |
| 348 | } |
| 349 | |
| 350 | void UtestShell::failWith(const TestFailure& failure) |
| 351 | { |
no outgoing calls
no test coverage detected