Namespace: OpenEdge.ABLUnit.Model
Class
TestEntity
Parent classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object

Copyright (c) 2013, 2019-2021 by Progress Software Corporation. All rights reserved.
File:TestEntity
Author(s):svutla
Created:Wed Sep 18 11:54:23 IST 2013




Method Summary
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 */

Constructor Summary
Options Name Purpose
TestEntity (integer) /* Constructor @param integer The test ID */

Property Summary
Options Name Purpose
INTEGER id
CHARACTER name
OpenEdge.ABLUnit.Results.TestTypeResult Summary
DECIMAL timeTaken


Method Detail
Top

addTestEntity (TestEntity)

Parameters:
testEntity OpenEdge.ABLUnit.Model.TestEntity
Top

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.
Parameters:
pResult OpenEdge.ABLUnit.Results.TestTestResult
Top

INTEGER getChildrenSize ()

Returns INTEGER
Top

OpenEdge.Core.Collections.Array getTestEntities ()

Returns OpenEdge.Core.Collections.Array
Top

OpenEdge.ABLUnit.Results.TestTestResult GetTestResults ()

/* Returns an array of test results for this entity
Returns OpenEdge.ABLUnit.Results.TestTestResult
TestTestResult[] The results for this entity. May be indeterminate


Constructor Detail
Top

TestEntity (integer)

/* Constructor
Parameters:
id1 INTEGER


Property Detail
Top

INTEGER id

Returns INTEGER
Top

CHARACTER name

Returns CHARACTER
Top

OpenEdge.ABLUnit.Results.TestTypeResult Summary

Returns OpenEdge.ABLUnit.Results.TestTypeResult
Top

DECIMAL timeTaken

Returns DECIMAL


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15