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


Copyright (c) 2013, 2019-2020 by Progress Software Corporation. All rights reserved.
File:TestClass
Author(s):svutla
Created:Wed Sep 18 11:52:34 IST 2013



Method Summary
  Options Name Purpose
  DestroyEntity () /* Stops/destroys this test entity */
  InstantiateEntity () /* Runs the test class */
  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
  TestClass (integer) /* Constructor @param integer The ID of this test entity */

Property Summary
  Options Name Purpose
  OpenEdge.ABLUnit.Reflection.ClassInfo classInfo


Method Detail
Top

DestroyEntity ()

/* Stops/destroys this test entity
Top

InstantiateEntity ()

/* Runs the test class
Top

InvokeTestMethod (TestInfo)

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


Constructor Detail
Top

TestClass (integer)

/* Constructor
Parameters:
id1 INTEGER
 


Property Detail
Top

OpenEdge.ABLUnit.Reflection.ClassInfo classInfo

Returns OpenEdge.ABLUnit.Reflection.ClassInfo