| 7176 | lineInfo ) ); |
| 7177 | } |
| 7178 | void registerTestCaseFunction |
| 7179 | ( TestFunction function, |
| 7180 | SourceLineInfo const& lineInfo, |
| 7181 | NameAndDesc const& nameAndDesc ) { |
| 7182 | registerTestCase( new FreeFunctionTestCase( function ), "", nameAndDesc, lineInfo ); |
| 7183 | } |
| 7184 | |
| 7185 | /////////////////////////////////////////////////////////////////////////// |
| 7186 |
no test coverage detected