Namespace: OpenEdge.ABLUnit.Reflection
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
/* default constructor




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

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

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


Method Detail
Top

PUBLIC AddTestMethod (TestInfo)

Parameters:
tMethod OpenEdge.ABLUnit.Reflection.TestInfo
Top

PUBLIC setAfterClass (TestInfo)

Parameters:
aClass OpenEdge.ABLUnit.Reflection.TestInfo
Top

PUBLIC setAfterMethod (TestInfo)

Parameters:
aMethod OpenEdge.ABLUnit.Reflection.TestInfo
Top

PUBLIC setBeforeClass (TestInfo)

Parameters:
bClass OpenEdge.ABLUnit.Reflection.TestInfo
Top

PUBLIC setBeforeMethod (TestInfo)

Parameters:
bMethod OpenEdge.ABLUnit.Reflection.TestInfo


Constructor Detail
Top

PUBLIC ClassAnnotationInfo ()

/* default constructor


Property Detail
Top

PUBLIC ITestInfoList AfterAll

Inherited from OpenEdge.ABLUnit.Reflection.TestAnnotationInfo
Returns ITestInfoList
Top

PUBLIC ITestInfoList AfterEach

Inherited from OpenEdge.ABLUnit.Reflection.TestAnnotationInfo
Returns ITestInfoList
Top

PUBLIC ITestInfoList BeforeAll

Inherited from OpenEdge.ABLUnit.Reflection.TestAnnotationInfo
Returns ITestInfoList
Top

PUBLIC ITestInfoList BeforeEach

Inherited from OpenEdge.ABLUnit.Reflection.TestAnnotationInfo
Returns ITestInfoList
Top

PUBLIC ITestInfoList Tests

Inherited from OpenEdge.ABLUnit.Reflection.TestAnnotationInfo
Returns ITestInfoList


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0