Namespace: OpenEdge.ABLUnit.Reflection
Type: Class TestInfo
Parent Classes:
Inherits: Progress.Lang.Object


Copyright (c) 2013-2014, 2020 by Progress Software Corporation. All rights reserved.
File:TestInfo
Author(s):hgarapat
Created:Mon Aug 06 12:55:45 IST 2012



Method Summary
  Options Name Purpose
  CHARACTER getTestName () Returns the method name

Constructor Summary
  Options Name Purpose
  TestInfo (Array, integer, character)

Property Summary
  Options Name Purpose
  OpenEdge.Core.Collections.Array annotations
  INTEGER annotationsCount
  LOGICAL isStatic
  CHARACTER testName


Method Detail
Top

CHARACTER getTestName ()

Purpose: Returns the method name
Notes:
Returns CHARACTER
 


Constructor Detail
Top

TestInfo (Array, integer, character)

Parameters:
poAnnotationInfo OpenEdge.Core.Collections.Array
 
piAnnotationsCount INTEGER
 
pcTestN CHARACTER
 


Property Detail
Top

OpenEdge.Core.Collections.Array annotations

Returns OpenEdge.Core.Collections.Array
 
Top

INTEGER annotationsCount

Returns INTEGER
 
Top

LOGICAL isStatic

Returns LOGICAL
 
Top

CHARACTER testName

Returns CHARACTER