Namespace: OpenEdge.ABLUnit.Model
Type: Class TestProcedure
Parent Classes:
Inherits: OpenEdge.ABLUnit.Model.TestCase


Copyright (c) 2013-2014, 2019-2021 by Progress Software Corporation. All rights reserved.
File:TestProcedure
Author(s):svutla
Created:Fri Sep 20 22:47:19 IST 2013



Method Summary
  Options Name Purpose
  DestroyEntity () /* Stops/destroys this test entity */
  InstantiateEntity () /* Runs/new's this test entity */
  InvokeTestMethod (TestInfo) /* Performs the invocation of the test method in this test entity @param TestInfo Data about the method to run */

Constructor Summary
  Options Name Purpose
  TestProcedure (integer) /* Constructor @param integer The ID of this test entity */

Method Detail
Top

DestroyEntity ()

/* Stops/destroys this test entity
Top

InstantiateEntity ()

/* Runs/new's this test entity
Top

InvokeTestMethod (TestInfo)

/* Performs the invocation of the test method in this test entity
Parameters:
pMethodInfo OpenEdge.ABLUnit.Reflection.TestInfo
 


Constructor Detail
Top

TestProcedure (integer)

/* Constructor
Parameters:
id1 INTEGER