|
Options | Name | Purpose | |
---|---|---|---|
Add (TestTestResult) |
/* Increments the relevant counter for a test result
@param TestTestResult The input result */
|
||
Add (TestTypeResult) |
/* Adds a child result to this result
@param TestTypeResult The child/additive result */
|
||
INTEGER GetErrorCount () |
|
||
INTEGER GetFailureCount () |
|
||
INTEGER GetIgnoreCount () |
|
||
INTEGER GetSuccessCount () |
|
||
INTEGER getTestCount () |
/*
Returns all the test methods for a particular test class
*/
|
||
IncrementError () |
|
||
IncrementFailure () |
|
||
IncrementIgnore () |
|
||
IncrementSuccess () |
|
Options | Name | Purpose | |
---|---|---|---|
INTEGER errorCount |
|
||
INTEGER failureCount |
|
||
INTEGER ignoreCount |
|
||
INTEGER successCount |
|
||
INTEGER TestCount |
|
Add (TestTestResult)
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Add (TestTypeResult)
|
||||||||||||
INTEGER GetErrorCount ()
|
||||||||||||
INTEGER GetFailureCount ()
|
||||||||||||
INTEGER GetIgnoreCount ()
|
||||||||||||
INTEGER GetSuccessCount ()
|
||||||||||||
INTEGER getTestCount ()
|
||||||||||||
IncrementError () |
||||||||||||
IncrementFailure () |
||||||||||||
IncrementIgnore () |
||||||||||||
IncrementSuccess () |
INTEGER errorCount
|
||||||||
---|---|---|---|---|---|---|---|---|
INTEGER failureCount
|
||||||||
INTEGER ignoreCount
|
||||||||
INTEGER successCount
|
||||||||
INTEGER TestCount
|