SAP ABAP Class CL_BSCL_HDBR_AUNIT (Super class for unit tests)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-CL (Application Component) Classification
⤷
BSCL_VIEW_KIT (Package) Classification: Tools for view generation
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AUNIT_ASSERT | ABAP Unit: Assertions (see Longtext) | 20130206 |
Properties
| Class | CL_BSCL_HDBR_AUNIT | |
| Short Description | Super class for unit tests | |
| Super Class | CL_AUNIT_ASSERT | ABAP Unit: Assertions (see Longtext) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BSCL_VIEW_KIT | Classification: Tools for view generation |
| Created | 20130206 | SAP |
| Last change | 20130531 | 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_BSCL_HDBR_AUNIT has no interface implemented.
Friends
Class CL_BSCL_HDBR_AUNIT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | IF_BSCL_HDBR_TYPES=>T_OBJECT_NAME | 'system-local' | Root package for objects generated in Unit Tests | 20130206 | ||
| 2 | Static Attribute | Protected | Type reference (TYPE) | BOOL | Link field for view query | 20130212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Protected | Method | check error message | 20130206 | |
| 2 | Static method | Protected | Method | check that test is possible | 20130212 | |
| 3 | Static method | Protected | Method | convert error message to ABAP UNIT fail | 20130206 | |
| 4 | Static method | Protected | Method | delete package | 20130206 | |
| 5 | Static method | Protected | Method | delete content of a package | 20130206 | |
| 6 | Static method | Protected | Method | ensure that test package exists | 20130206 |
Events
Class CL_BSCL_HDBR_AUNIT has no event.
Types
Class CL_BSCL_HDBR_AUNIT has no local type.
Method Signatures
Method CHECK_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20130206 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20130206 | |||
| 3 | IV_NO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20130206 | |||
| 4 | IV_QUIT | Call by reference | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | ABAP Unit: Flow Control in Case of Error | 20130206 | ||
| 5 | IV_TY | Call by reference | Type reference (TYPE) | SYMSGTY | 'E' | Message Type | 20130206 | ||
| 6 | IV_V1 | Call by reference | Type reference (TYPE) | SIMPLE | 20130206 | ||||
| 7 | IV_V2 | Call by reference | Type reference (TYPE) | SIMPLE | 20130206 | ||||
| 8 | IV_V3 | Call by reference | Type reference (TYPE) | SIMPLE | 20130206 | ||||
| 9 | IV_V4 | Call by reference | Type reference (TYPE) | SIMPLE | 20130206 | ||||
| 10 | RV_ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130206 |
Method CHECK_MESSAGE on class CL_BSCL_HDBR_AUNIT has no exception.
Method CHECK_TEST_POSSIBLE Signature
Method CHECK_TEST_POSSIBLE on class CL_BSCL_HDBR_AUNIT has no parameter.
Method CHECK_TEST_POSSIBLE on class CL_BSCL_HDBR_AUNIT has no exception.
Method CONVERT_MESSAGE_TO_FAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CX | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20130206 |
Method CONVERT_MESSAGE_TO_FAIL on class CL_BSCL_HDBR_AUNIT has no exception.
Method DELETE_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PACKAGE | Call by reference | Type reference (TYPE) | IF_BSCL_HDBR_TYPES=>T_PACKAGE | 20130206 |
Method DELETE_PACKAGE on class CL_BSCL_HDBR_AUNIT has no exception.
Method DELETE_PACKAGE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | IF_BSCL_HDBR_TYPES=>T_OBJECT_NAME | 20130206 | ||||
| 2 | IV_OWNER | Call by reference | Type reference (TYPE) | STRING | 20130206 | ||||
| 3 | IV_PACKAGE | Call by reference | Type reference (TYPE) | IF_BSCL_HDBR_TYPES=>T_PACKAGE | 20130206 | ||||
| 4 | IV_WORKSPACE | Call by reference | Type reference (TYPE) | STRING | 20130206 |
Method DELETE_PACKAGE_CONTENT on class CL_BSCL_HDBR_AUNIT has no exception.
Method ENSURE_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | 20130206 | ||||
| 2 | IV_OWNER | Call by reference | Type reference (TYPE) | STRING | 20130206 | ||||
| 3 | IV_PACKAGE | Call by reference | Type reference (TYPE) | IF_BSCL_HDBR_TYPES=>T_PACKAGE | MC_ROOT_PACKAGE | 20130206 | |||
| 4 | R_PACKAGE_AVAILABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130206 |
Method ENSURE_PACKAGE on class CL_BSCL_HDBR_AUNIT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 747 |