Namespace: OpenEdge.ABLUnit.Model
Type: 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



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