|
Options | Name | Purpose | |
---|---|---|---|
addTestEntity (TestEntity) |
|
||
AddTestResult (TestTestResult) |
/* Adds a test result for this entity.
NOTE: This method increments the Summary's counts so only call it AFTER the
result is updated/complete
Entities like a method or a class/procedure may have one or more before- and after-
lifecycle methods in addition to the 'main' or test method.
@param TestTestResult The current result */
|
||
INTEGER getChildrenSize () |
|
||
OpenEdge.Core.Collections.Array getTestEntities () |
|
||
OpenEdge.ABLUnit.Results.TestTestResult GetTestResults () |
/* Returns an array of test results for this entity
@return TestTestResult[] The results for this entity. May be indeterminate */
|
Options | Name | Purpose | |
---|---|---|---|
TestEntity (integer) |
/* Constructor
@param integer The test ID */
|
Options | Name | Purpose | |
---|---|---|---|
INTEGER id |
|
||
CHARACTER name |
|
||
OpenEdge.ABLUnit.Results.TestTypeResult Summary |
|
||
DECIMAL timeTaken |
|
addTestEntity (TestEntity)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddTestResult (TestTestResult)
|
||||||||||||||||||||
INTEGER getChildrenSize ()
|
||||||||||||||||||||
OpenEdge.Core.Collections.Array getTestEntities ()
|
||||||||||||||||||||
OpenEdge.ABLUnit.Results.TestTestResult GetTestResults ()
|
TestEntity (integer)
|
---|
INTEGER id
|
||||||||
---|---|---|---|---|---|---|---|---|
CHARACTER name
|
||||||||
OpenEdge.ABLUnit.Results.TestTypeResult Summary |
||||||||
DECIMAL timeTaken
|