| 32 | |
| 33 | |
| 34 | Test * |
| 35 | TestRunner::WrappingSuite::doGetChildTestAt( int index ) const |
| 36 | { |
| 37 | if ( hasOnlyOneTest() ) |
| 38 | return getUniqueChildTest()->getChildTestAt( index ); |
| 39 | return TestSuite::doGetChildTestAt( index ); |
| 40 | } |
| 41 | |
| 42 | |
| 43 | void |
nothing calls this directly
no test coverage detected