|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
addTestEntity (TestEntity) |
Inherited from OpenEdge.ABLUnit.Model.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 */ Inherited from OpenEdge.ABLUnit.Model.TestEntity |
|||||
|
|
DestroyEntity () |
/* Stops/destroys this test entity */ Overrides OpenEdge.ABLUnit.Model.TestCase:DestroyEntity () |
|||||
|
|
INTEGER getChildrenSize () |
Inherited from OpenEdge.ABLUnit.Model.TestEntity |
|||||
|
|
CHARACTER GetExpectedErrorType (character) |
/* Expands the given expected error type if it is a recognised abbreviation.
@param character An abbreviated OOABL (error) type
@return character A 'resolved' error type */ Inherited from OpenEdge.ABLUnit.Model.TestCase |
|||||
|
|
Array getTestEntities () |
Inherited from OpenEdge.ABLUnit.Model.TestEntity |
|||||
|
|
TestTestResult GetTestResults () |
/* Returns an array of test results for this entity
@return TestTestResult[] The results for this entity. May be indeterminate */ Inherited from OpenEdge.ABLUnit.Model.TestEntity |
|||||
|
|
InstantiateEntity () |
/* Runs/new's this test entity */ Overrides OpenEdge.ABLUnit.Model.TestCase:InstantiateEntity () |
|||||
|
|
InvokeTestMethod (TestInfo) |
/* Performs the invocation of the test method in this test entity
@param TestInfo Data about the method to run */ Overrides OpenEdge.ABLUnit.Model.TestCase:InvokeTestMethod (TestInfo) |
|||||
|
|
RunChild (TestEntity) |
/* Runs a child test entity in the test entity.
@param TestEntity The test method to run */ Inherited from OpenEdge.ABLUnit.Model.TestCase |
|||||
|
|
RunLifecycleMethods (ITestInfoList, TestEntity, logical) |
/* Runs the lifecycle methods for a given annotation.
All lifecycle methods are run, even if one fails.
@param ITestInfoList The list of lifecycle methods
@param TestEntity The test for which the lifecycle methods were run (class/procedure/method)
@param logical If TRUE then a failure will increment the number of test in the entity's summary; if FALSE
or UNKNOWN the number of tests is not changed */ Inherited from OpenEdge.ABLUnit.Model.TestCase |
|||||
|
|
StartEntity () |
/* Runs/starts the test entity
This method adds a TestResult iff there's an error or failure. */ Inherited from OpenEdge.ABLUnit.Model.TestCase |
|||||
|
|
StopEntity () |
/* Stops/destroys the test entity */ Inherited from OpenEdge.ABLUnit.Model.TestCase |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
TestProcedure (integer) |
/* Constructor
@param integer The ID of this test entity */ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
TestAnnotationInfo AnnotationInfo |
Inherited from OpenEdge.ABLUnit.Model.TestCase |
|||||
|
|
Progress.Lang.Object Entity |
Inherited from OpenEdge.ABLUnit.Model.TestCase |
|||||
|
|
INTEGER id |
Inherited from OpenEdge.ABLUnit.Model.TestEntity |
|||||
|
|
CHARACTER name |
Inherited from OpenEdge.ABLUnit.Model.TestEntity |
|||||
|
|
TestTypeResult Summary |
Inherited from OpenEdge.ABLUnit.Model.TestEntity |
|||||
|
|
DECIMAL timeTaken |
Inherited from OpenEdge.ABLUnit.Model.TestEntity |
|
Top
PUBLIC addTestEntity (TestEntity)
|
|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AddTestResult (TestTestResult)
|
|||||||||||||||||||||||||||
PROTECTED DestroyEntity ()
|
|||||||||||||||||||||||||||
PUBLIC INTEGER getChildrenSize ()
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER GetExpectedErrorType (character)
|
|||||||||||||||||||||||||||
PUBLIC Array getTestEntities ()
|
|||||||||||||||||||||||||||
PUBLIC TestTestResult GetTestResults ()
|
|||||||||||||||||||||||||||
PROTECTED InstantiateEntity ()
|
|||||||||||||||||||||||||||
PROTECTED InvokeTestMethod (TestInfo)
|
|||||||||||||||||||||||||||
PUBLIC RunChild (TestEntity)
|
|||||||||||||||||||||||||||
PROTECTED RunLifecycleMethods (ITestInfoList, TestEntity, logical)
|
|||||||||||||||||||||||||||
PUBLIC StartEntity ()
|
|||||||||||||||||||||||||||
PUBLIC StopEntity ()
|
|||||||||||||||||||||||||||
PUBLIC TestProcedure (integer)
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC TestAnnotationInfo AnnotationInfo
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Lang.Object Entity
|
|||||||||
PUBLIC INTEGER id
|
|||||||||
PUBLIC CHARACTER name
|
|||||||||
PUBLIC TestTypeResult Summary
|
|||||||||
PUBLIC DECIMAL timeTaken
|
|||||||||
Progress® OpenEdge® Release 12.2.0