| 165 | } |
| 166 | |
| 167 | inline TestCaseFactory::Status TestCaseFactory::status() const |
| 168 | { |
| 169 | return _status; |
| 170 | } |
| 171 | |
| 172 | inline ::std::ostream &operator<<(::std::ostream &stream, TestCaseFactory::Status status) |
| 173 | { |
no outgoing calls
no test coverage detected