Namespace: OpenEdge.ABLUnit.Model
Interface
IRunnableEntity
Parent classes:
Inherits: Progress.Lang.Object

Copyright (c) 2020 by Progress Software Corporation. All rights reserved.
File:IRunnableEntity
Purpose:Describes an entity that runs tests, including the lifecycle methods
Author(s):pjudge
Created:2019-12-05
/* The current TestEntity being tested




Method Summary
Options Name Purpose
RunChild (TestEntity) /* Runs a single test method. @param TestEntity The child test */
StartEntity () /* Runs the Test Entity (class or procedure) */
StopEntity () /* Stop the Test Entity (class or procedure) */

Property Summary
Options Name Purpose
Progress.Lang.Object Entity


Method Detail
Top

RunChild (TestEntity)

/* Runs a single test method.
Parameters:
pChild OpenEdge.ABLUnit.Model.TestEntity
Top

StartEntity ()

/* Runs the Test Entity (class or procedure)
Top

StopEntity ()

/* Stop the Test Entity (class or procedure)


Property Detail
Top

Progress.Lang.Object Entity

Returns Progress.Lang.Object


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15