| 14 | // |
| 15 | #ifndef _CXXTEST_FACTOR |
| 16 | char *WorldDescription::strTotalTests( char *s ) const |
| 17 | { |
| 18 | numberToString( numTotalTests(), s ); |
| 19 | return s; |
| 20 | } |
| 21 | #else // _CXXTEST_FACTOR |
| 22 | char *WorldDescription::strTotalTests( char *s ) const |
| 23 | { |
no test coverage detected