Functions ---------------------------------------------------------------------------------------
| 478 | |
| 479 | // Functions --------------------------------------------------------------------------------------- |
| 480 | string DebugPrint(TestFeature const & feature) |
| 481 | { |
| 482 | return feature.ToDebugString(); |
| 483 | } |
| 484 | } // namespace tests_support |
| 485 | } // namespace generator |
no test coverage detected