output functions
| 80 | |
| 81 | // output functions |
| 82 | virtual bool is_assertable(const Statement* /*s*/) const { return false;} |
| 83 | virtual void Output(std::ostream &out) const; |
| 84 | virtual void OutputAssertion(std::ostream &/*out*/, const Statement* /*s*/) const {}; |
| 85 |
nothing calls this directly
no outgoing calls
no test coverage detected