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


Copyright (c) 2019 by Progress Software Corporation. All rights reserved.
File:TestAnnotationInfo
Purpose:Stores the information related to the Before, Setup, Test, TearDown, After annotations
for an individual test (class or procedure).in
Author(s):pjudge
Created:2019-12-05
/* A list of methods/procedures to run before any tests have run



Constructor Summary
  Options Name Purpose
  TestAnnotationInfo () /* Default constructor */

Property Summary
  Options Name Purpose
  OpenEdge.ABLUnit.Reflection.ITestInfoList AfterAll
  OpenEdge.ABLUnit.Reflection.ITestInfoList AfterEach
  OpenEdge.ABLUnit.Reflection.ITestInfoList BeforeAll
  OpenEdge.ABLUnit.Reflection.ITestInfoList BeforeEach
  OpenEdge.ABLUnit.Reflection.ITestInfoList Tests


Constructor Detail
Top

TestAnnotationInfo ()

/* Default constructor


Property Detail
Top

OpenEdge.ABLUnit.Reflection.ITestInfoList AfterAll

Returns OpenEdge.ABLUnit.Reflection.ITestInfoList
 
Top

OpenEdge.ABLUnit.Reflection.ITestInfoList AfterEach

Returns OpenEdge.ABLUnit.Reflection.ITestInfoList
 
Top

OpenEdge.ABLUnit.Reflection.ITestInfoList BeforeAll

Returns OpenEdge.ABLUnit.Reflection.ITestInfoList
 
Top

OpenEdge.ABLUnit.Reflection.ITestInfoList BeforeEach

Returns OpenEdge.ABLUnit.Reflection.ITestInfoList
 
Top

OpenEdge.ABLUnit.Reflection.ITestInfoList Tests

Returns OpenEdge.ABLUnit.Reflection.ITestInfoList