Namespace: OpenEdge.ABLUnit.Reflection
Type: Class ClassAnnotationInfo
Parent Classes:
Inherits: OpenEdge.ABLUnit.Reflection.TestAnnotationInfo


Copyright (c) 2013-2016, 2019-2020 by Progress Software Corporation. All rights reserved.
File:ClassAnnotationInfo
Purpose:Stores the information related to the Before, Setup, Test, TearDown, After annotations in
the test class.
Author(s):hgarapat
Created:Mon Jul 23 11:21:50 IST 2012
Notes:* The TestClass class contains the code to run the test and lifecycle methods



Method Summary
  Options Name Purpose
  AddTestMethod (TestInfo)
  setAfterClass (TestInfo)
  setAfterMethod (TestInfo)
  setBeforeClass (TestInfo)
  setBeforeMethod (TestInfo)

Constructor Summary
  Options Name Purpose
  ClassAnnotationInfo () /* default constructor */

Method Detail
Top

AddTestMethod (TestInfo)

Parameters:
tMethod OpenEdge.ABLUnit.Reflection.TestInfo
 
Top

setAfterClass (TestInfo)

Parameters:
aClass OpenEdge.ABLUnit.Reflection.TestInfo
 
Top

setAfterMethod (TestInfo)

Parameters:
aMethod OpenEdge.ABLUnit.Reflection.TestInfo
 
Top

setBeforeClass (TestInfo)

Parameters:
bClass OpenEdge.ABLUnit.Reflection.TestInfo
 
Top

setBeforeMethod (TestInfo)

Parameters:
bMethod OpenEdge.ABLUnit.Reflection.TestInfo
 


Constructor Detail
Top

ClassAnnotationInfo ()

/* default constructor