TestCaseDeadStat

Statistics about dead test cases.

Members

Functions

numDeadTC
long numDeadTC()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ratio
double ratio;

The ratio of dead TC of the total.

testCases
TestCase[] testCases;
Undocumented in source.
total
long total;
Undocumented in source.

Meta