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


Copyright (c) 2013-2017, 2019-2020 by Progress Software Corporation. All rights reserved.
File:ProcedureAnnotationInfo
Purpose:Stores the information related to the Before, Setup, Test, TearDown, After annotations in
the test procedure.
Author(s):hgarapat
Created:Tue Jul 24 11:36:16 IST 2012
Notes:* The TestProcedure class contains the code to run the test and lifecycle methods
/* Default constructor



Method Summary
  Options Name Purpose
  addTestProc (TestInfo)
  setAfter (TestInfo)
  setAfterProcedure (TestInfo)
  setBefore (TestInfo)
  setBeforeProcedure (TestInfo)

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

Method Detail
Top

addTestProc (TestInfo)

Parameters:
tProc OpenEdge.ABLUnit.Reflection.TestInfo
 
Top

setAfter (TestInfo)

Parameters:
afterProc OpenEdge.ABLUnit.Reflection.TestInfo
 
Top

setAfterProcedure (TestInfo)

Parameters:
aProc OpenEdge.ABLUnit.Reflection.TestInfo
 
Top

setBefore (TestInfo)

Parameters:
beforeProc OpenEdge.ABLUnit.Reflection.TestInfo
 
Top

setBeforeProcedure (TestInfo)

Parameters:
bProc OpenEdge.ABLUnit.Reflection.TestInfo
 


Constructor Detail
Top

ProcedureAnnotationInfo ()

/* Default constructor