1 #ifndef __cxxtest__Descriptions_cpp__
2 #define __cxxtest__Descriptions_cpp__
15 #ifndef _CXXTEST_FACTOR
21 #else // _CXXTEST_FACTOR
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)
const CanonicalForm CFMap CFMap int &both_non_zero int n
virtual ~SuiteDescription()
virtual ~TestDescription()
char * strTotalTests(char *) const
virtual unsigned numTotalTests(void) const =0
virtual ~WorldDescription()