| 41 | |
| 42 | |
| 43 | void |
| 44 | TestRunner::WrappingSuite::run( TestResult *result ) |
| 45 | { |
| 46 | if ( hasOnlyOneTest() ) |
| 47 | getUniqueChildTest()->run( result ); |
| 48 | else |
| 49 | TestSuite::run( result ); |
| 50 | } |
| 51 | |
| 52 | |
| 53 | bool |
nothing calls this directly
no test coverage detected