SAP ABAP Class CL_EPM_AUNIT_DELEGATOR (Delegator Class for ABAP Unit Tests)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_EPM_TESTING_UTILITIES (Package) EPM BO and Scenario Testing
Properties
Class CL_EPM_AUNIT_DELEGATOR  
Short Description Delegator Class for ABAP Unit Tests    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_EPM_TESTING_UTILITIES   EPM BO and Scenario Testing 
Created 20100607   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_AUNIT_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_EPM_AUNIT_DELEGATOR has no interface implemented.
Friends
Class CL_EPM_AUNIT_DELEGATOR has no friend class.
Attributes
Class CL_EPM_AUNIT_DELEGATOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ABORT Instance method Public Method Delegates same method to the ABAP Unit test class 20130325
2 ASSERT_DIFFERS Instance method Public Method Delegates same method to the ABAP Unit test class 20100607
3 ASSERT_EQUALS Instance method Public Method Delegates same method to the ABAP Unit test class 20100607
4 ASSERT_INITIAL Instance method Public Method Delegates same method to the ABAP Unit test class 20100607
5 ASSERT_NOT_INITIAL Instance method Public Method Delegates same method to the ABAP Unit test class 20100607
6 ASSERT_SUBRC Instance method Public Method Delegates same method to the ABAP Unit test class 20100607
7 FAIL Instance method Public Method Delegates same method to the ABAP Unit test class 20100607
Events
Class CL_EPM_AUNIT_DELEGATOR has no event.
Types
Class CL_EPM_AUNIT_DELEGATOR has no local type.
Method Signatures

Method ABORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DETAIL Call by reference Type reference (TYPE) CSEQUENCE Detail message 20130325
2 Importing IV_MSG Call by reference Type reference (TYPE) CSEQUENCE Error message 20130325
3 Importing IV_QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>CLASS ABAP Unit: Flow Control in Case of Error 20130325

Method ABORT on class CL_EPM_AUNIT_DELEGATOR has no exception.

Method ASSERT_DIFFERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Call by reference Type reference (TYPE) SIMPLE Data Object with Current Value 20100607
2 Returning ASSERTION_FAILED Value transfer Type reference (TYPE) ABAP_BOOL Condition not met 20100607
3 Importing EXP Call by reference Type reference (TYPE) SIMPLE Compare Object with Unexpected Value 20100607
4 Importing LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL Error Severity 20100607
5 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE Message in Case of Error 20100607
6 Importing QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD Flow Control in Case of Error 20100607
7 Importing TOL Call by reference Type reference (TYPE) F Tolerance Range for Floating Point Numbers 20100607

Method ASSERT_DIFFERS on class CL_EPM_AUNIT_DELEGATOR has no exception.

Method ASSERT_EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Call by reference Type reference (TYPE) ANY Data Object with Current Value 20100607
2 Returning ASSERTION_FAILED Value transfer Type reference (TYPE) ABAP_BOOL Condition not met 20100607
3 Importing EXP Call by reference Type reference (TYPE) ANY Data Object with Expected Type 20100607
4 Importing IGNORE_HASH_SEQUENCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Ignore change sequence in hash tables 20100607
5 Importing LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL Error Severity 20100607
6 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE Message in Case of Error 20100607
7 Importing QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD Flow Control in Case of Error 20100607
8 Importing TOL Call by reference Type reference (TYPE) F Tolerance Range for Floating Point Numbers 20100607

Method ASSERT_EQUALS on class CL_EPM_AUNIT_DELEGATOR has no exception.

Method ASSERT_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Call by reference Type reference (TYPE) ANY SY-SUBRC Actual Data Object 20100607
2 Returning ASSERTION_FAILED Value transfer Type reference (TYPE) ABAP_BOOL Condition not met 20100607
3 Importing LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL Error Severity 20100607
4 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE Message in Case of Error 20100607
5 Importing QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD Flow Control in Case of Error 20100607

Method ASSERT_INITIAL on class CL_EPM_AUNIT_DELEGATOR has no exception.

Method ASSERT_NOT_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Call by reference Type reference (TYPE) ANY Actual Data Object 20100607
2 Returning ASSERTION_FAILED Value transfer Type reference (TYPE) ABAP_BOOL Condition not met 20100607
3 Importing LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL Error Severity 20100607
4 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE Message in Case of Error 20100607
5 Importing QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD Flow Control in Case of Error 20100607

Method ASSERT_NOT_INITIAL on class CL_EPM_AUNIT_DELEGATOR has no exception.

Method ASSERT_SUBRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACT Value transfer Type reference (TYPE) SYSUBRC SY-SUBRC Return Value of ABAP Statements 20100607
2 Returning ASSERTION_FAILED Value transfer Type reference (TYPE) ABAP_BOOL Condition not met 20100607
3 Importing EXP Value transfer Type reference (TYPE) SYSUBRC 0 Expected return code, optional, if not zero 20100607
4 Importing LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL Error Severity 20100607
5 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE Message in Case of Error 20100607
6 Importing QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD Flow Control in Case of Error 20100607
7 Importing SYMSG Call by reference Type reference (TYPE) SYMSG System Message 20100607

Method ASSERT_SUBRC on class CL_EPM_AUNIT_DELEGATOR has no exception.

Method FAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DETAIL Call by reference Type reference (TYPE) CSEQUENCE 20100607
2 Importing LEVEL Call by reference Type reference (TYPE) AUNIT_LEVEL IF_AUNIT_CONSTANTS=>CRITICAL 20100607
3 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE Error Message 20100607
4 Importing QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL IF_AUNIT_CONSTANTS=>METHOD 20100607

Method FAIL on class CL_EPM_AUNIT_DELEGATOR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 703