|
|
| 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 |
|
|
Top
PUBLIC Add (TestTestResult)
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Add (TestTypeResult)
|
|||||||||||||
PUBLIC INTEGER GetErrorCount ()
|
|||||||||||||
PUBLIC INTEGER GetFailureCount ()
|
|||||||||||||
PUBLIC INTEGER GetIgnoreCount ()
|
|||||||||||||
PUBLIC INTEGER GetSuccessCount ()
|
|||||||||||||
PUBLIC INTEGER getTestCount ()
|
|||||||||||||
PUBLIC IncrementError ()
|
|||||||||||||
PUBLIC IncrementFailure ()
|
|||||||||||||
PUBLIC IncrementIgnore ()
|
|||||||||||||
PUBLIC IncrementSuccess ()
|
|||||||||||||
PUBLIC INTEGER errorCount
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER failureCount
|
|||||||||
PUBLIC INTEGER ignoreCount
|
|||||||||
PUBLIC INTEGER successCount
|
|||||||||
PUBLIC INTEGER TestCount
|
|||||||||
Progress® OpenEdge® Release 12.2.0