|
|
| 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 |
|
|
Top
PUBLIC addTestEntity (TestEntity)
|
|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AddTestResult (TestTestResult)
|
|||||||||||||||||||||
PUBLIC INTEGER getChildrenSize ()
|
|||||||||||||||||||||
PUBLIC OpenEdge.Core.Collections.Array getTestEntities ()
|
|||||||||||||||||||||
PUBLIC OpenEdge.ABLUnit.Results.TestTestResult GetTestResults ()
|
|||||||||||||||||||||
PUBLIC TestEntity (integer)
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER id
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER name
|
|||||||||
PUBLIC OpenEdge.ABLUnit.Results.TestTypeResult Summary
|
|||||||||
PUBLIC DECIMAL timeTaken
|
|||||||||
Progress® OpenEdge® Release 12.2.0