1 #ifndef __cxxtest__Descriptions_cpp__ 2 #define __cxxtest__Descriptions_cpp__ 15 #ifndef _CXXTEST_FACTOR 18 numberToString( numTotalTests(), s );
21 #else // _CXXTEST_FACTOR 24 char *
p = numberToString( numTotalTests(), s );
26 if ( numTotalTests() <= 1 )
29 unsigned n = numTotalTests();
30 unsigned numFactors = 0;
41 p = numberToString(
factor,
copyString( p, (numFactors == 0) ?
" = " :
" * " ) );
43 p = numberToString( power,
copyString( p,
"^" ) );
55 #endif // _CXXTEST_FACTOR 58 #endif // __cxxtest__Descriptions_cpp__
char * copyString(char *dst, const char *src)
virtual ~SuiteDescription()
virtual ~TestDescription()
char * strTotalTests(char *) const
virtual ~WorldDescription()