Namespace: OpenEdge.ABLUnit.Model
Class
TestRootModel
Parent classes:
Inherits: OpenEdge.ABLUnit.Model.TestEntity

Copyright (c) 2013-2014, 2020 by Progress Software Corporation. All rights reserved.
File:TestRootModel
Author(s):svutla
Created:Wed Sep 18 12:09:10 IST 2013




Method Summary
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
INTEGER getChildrenSize ()
Inherited from OpenEdge.ABLUnit.Model.TestEntity
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

Constructor Summary
Options Name Purpose
TestRootModel (integer)

Property Summary
Options Name Purpose
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


Method Detail
Top

PUBLIC addTestEntity (TestEntity)

Inherited from OpenEdge.ABLUnit.Model.TestEntity
Parameters:
testEntity OpenEdge.ABLUnit.Model.TestEntity
Top

PUBLIC AddTestResult (TestTestResult)

Inherited from OpenEdge.ABLUnit.Model.TestEntity
/* 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 TestTestResult
Top

PUBLIC INTEGER getChildrenSize ()

Inherited from OpenEdge.ABLUnit.Model.TestEntity
Returns INTEGER
Top

PUBLIC Array getTestEntities ()

Inherited from OpenEdge.ABLUnit.Model.TestEntity
Returns Array
Top

PUBLIC TestTestResult GetTestResults ()

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


Constructor Detail
Top

PUBLIC TestRootModel (integer)

Parameters:
id1 INTEGER


Property Detail
Top

PUBLIC INTEGER id

Inherited from OpenEdge.ABLUnit.Model.TestEntity
Returns INTEGER
Top

PUBLIC CHARACTER name

Inherited from OpenEdge.ABLUnit.Model.TestEntity
Returns CHARACTER
Top

PUBLIC TestTypeResult Summary

Inherited from OpenEdge.ABLUnit.Model.TestEntity
Returns TestTypeResult
Top

PUBLIC DECIMAL timeTaken

Inherited from OpenEdge.ABLUnit.Model.TestEntity
Returns DECIMAL


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0