| 7139 | FreeFunctionTestCase( TestFunction fun ) : m_fun( fun ) {} |
| 7140 | |
| 7141 | virtual void invoke() const { |
| 7142 | m_fun(); |
| 7143 | } |
| 7144 | |
| 7145 | private: |
| 7146 | virtual ~FreeFunctionTestCase(); |
nothing calls this directly
no outgoing calls
no test coverage detected