| 7305 | lineInfo ) ); |
| 7306 | } |
| 7307 | void registerTestCaseFunction |
| 7308 | ( TestFunction function, |
| 7309 | SourceLineInfo const& lineInfo, |
| 7310 | NameAndDesc const& nameAndDesc ) { |
| 7311 | registerTestCase( new FreeFunctionTestCase( function ), "", nameAndDesc, lineInfo ); |
| 7312 | } |
| 7313 | |
| 7314 | /////////////////////////////////////////////////////////////////////////// |
| 7315 |
no test coverage detected