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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Instance method | Public | Method | Delegates same method to the ABAP Unit test class | 20130325 |
2 | ![]() |
Instance method | Public | Method | Delegates same method to the ABAP Unit test class | 20100607 |
3 | ![]() |
Instance method | Public | Method | Delegates same method to the ABAP Unit test class | 20100607 |
4 | ![]() |
Instance method | Public | Method | Delegates same method to the ABAP Unit test class | 20100607 |
5 | ![]() |
Instance method | Public | Method | Delegates same method to the ABAP Unit test class | 20100607 |
6 | ![]() |
Instance method | Public | Method | Delegates same method to the ABAP Unit test class | 20100607 |
7 | ![]() |
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 | ![]() |
IV_DETAIL | Call by reference | Type reference (TYPE) | CSEQUENCE | Detail message | 20130325 | ||
2 | ![]() |
IV_MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | Error message | 20130325 | ||
3 | ![]() |
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 | ![]() |
ACT | Call by reference | Type reference (TYPE) | SIMPLE | Data Object with Current Value | 20100607 | ||
2 | ![]() |
ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Condition not met | 20100607 | ||
3 | ![]() |
EXP | Call by reference | Type reference (TYPE) | SIMPLE | Compare Object with Unexpected Value | 20100607 | ||
4 | ![]() |
LEVEL | Call by reference | Type reference (TYPE) | AUNIT_LEVEL | IF_AUNIT_CONSTANTS=>CRITICAL | Error Severity | 20100607 | |
5 | ![]() |
MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | Message in Case of Error | 20100607 | ||
6 | ![]() |
QUIT | Call by reference | Type reference (TYPE) | AUNIT_FLOWCTRL | IF_AUNIT_CONSTANTS=>METHOD | Flow Control in Case of Error | 20100607 | |
7 | ![]() |
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 | ![]() |
ACT | Call by reference | Type reference (TYPE) | ANY | Data Object with Current Value | 20100607 | ||
2 | ![]() |
ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Condition not met | 20100607 | ||
3 | ![]() |
EXP | Call by reference | Type reference (TYPE) | ANY | Data Object with Expected Type | 20100607 | ||
4 | ![]() |
IGNORE_HASH_SEQUENCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Ignore change sequence in hash tables | 20100607 | |
5 | ![]() |
LEVEL | Call by reference | Type reference (TYPE) | AUNIT_LEVEL | IF_AUNIT_CONSTANTS=>CRITICAL | Error Severity | 20100607 | |
6 | ![]() |
MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | Message in Case of Error | 20100607 | ||
7 | ![]() |
QUIT | Call by reference | Type reference (TYPE) | AUNIT_FLOWCTRL | IF_AUNIT_CONSTANTS=>METHOD | Flow Control in Case of Error | 20100607 | |
8 | ![]() |
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 | ![]() |
ACT | Call by reference | Type reference (TYPE) | ANY | SY-SUBRC | Actual Data Object | 20100607 | |
2 | ![]() |
ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Condition not met | 20100607 | ||
3 | ![]() |
LEVEL | Call by reference | Type reference (TYPE) | AUNIT_LEVEL | IF_AUNIT_CONSTANTS=>CRITICAL | Error Severity | 20100607 | |
4 | ![]() |
MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | Message in Case of Error | 20100607 | ||
5 | ![]() |
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 | ![]() |
ACT | Call by reference | Type reference (TYPE) | ANY | Actual Data Object | 20100607 | ||
2 | ![]() |
ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Condition not met | 20100607 | ||
3 | ![]() |
LEVEL | Call by reference | Type reference (TYPE) | AUNIT_LEVEL | IF_AUNIT_CONSTANTS=>CRITICAL | Error Severity | 20100607 | |
4 | ![]() |
MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | Message in Case of Error | 20100607 | ||
5 | ![]() |
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 | ![]() |
ACT | Value transfer | Type reference (TYPE) | SYSUBRC | SY-SUBRC | Return Value of ABAP Statements | 20100607 | |
2 | ![]() |
ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Condition not met | 20100607 | ||
3 | ![]() |
EXP | Value transfer | Type reference (TYPE) | SYSUBRC | 0 | Expected return code, optional, if not zero | 20100607 | |
4 | ![]() |
LEVEL | Call by reference | Type reference (TYPE) | AUNIT_LEVEL | IF_AUNIT_CONSTANTS=>CRITICAL | Error Severity | 20100607 | |
5 | ![]() |
MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | Message in Case of Error | 20100607 | ||
6 | ![]() |
QUIT | Call by reference | Type reference (TYPE) | AUNIT_FLOWCTRL | IF_AUNIT_CONSTANTS=>METHOD | Flow Control in Case of Error | 20100607 | |
7 | ![]() |
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 | ![]() |
DETAIL | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100607 | |||
2 | ![]() |
LEVEL | Call by reference | Type reference (TYPE) | AUNIT_LEVEL | IF_AUNIT_CONSTANTS=>CRITICAL | 20100607 | ||
3 | ![]() |
MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | Error Message | 20100607 | ||
4 | ![]() |
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 |