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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_BSCL_HDBR_TYPES 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 MC_ROOT_PACKAGE Constant Public Type reference (TYPE) IF_BSCL_HDBR_TYPES=>T_OBJECT_NAME 'system-local' Root package for objects generated in Unit Tests 20130206
2 SV_TEST_POSSIBLE Static Attribute Protected Type reference (TYPE) BOOL Link field for view query 20130212
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_MESSAGE Static method Protected Method check error message 20130206
2 CHECK_TEST_POSSIBLE Static method Protected Method check that test is possible 20130212
3 CONVERT_MESSAGE_TO_FAIL Static method Protected Method convert error message to ABAP UNIT fail 20130206
4 DELETE_PACKAGE Static method Protected Method delete package 20130206
5 DELETE_PACKAGE_CONTENT Static method Protected Method delete content of a package 20130206
6 ENSURE_PACKAGE 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 Importing IO_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20130206
2 Importing IV_ID Call by reference Type reference (TYPE) SYMSGID Message Class 20130206
3 Importing IV_NO Call by reference Type reference (TYPE) SYMSGNO Message Number 20130206
4 Importing IV_QUIT Call by reference Type reference (TYPE) AUNIT_FLOWCTRL METHOD ABAP Unit: Flow Control in Case of Error 20130206
5 Importing IV_TY Call by reference Type reference (TYPE) SYMSGTY 'E' Message Type 20130206
6 Importing IV_V1 Call by reference Type reference (TYPE) SIMPLE 20130206
7 Importing IV_V2 Call by reference Type reference (TYPE) SIMPLE 20130206
8 Importing IV_V3 Call by reference Type reference (TYPE) SIMPLE 20130206
9 Importing IV_V4 Call by reference Type reference (TYPE) SIMPLE 20130206
10 Returning 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 Importing 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 Importing 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 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) IF_BSCL_HDBR_TYPES=>T_OBJECT_NAME 20130206
2 Importing IV_OWNER Call by reference Type reference (TYPE) STRING 20130206
3 Importing IV_PACKAGE Call by reference Type reference (TYPE) IF_BSCL_HDBR_TYPES=>T_PACKAGE 20130206
4 Importing 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 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) STRING 20130206
2 Importing IV_OWNER Call by reference Type reference (TYPE) STRING 20130206
3 Importing IV_PACKAGE Call by reference Type reference (TYPE) IF_BSCL_HDBR_TYPES=>T_PACKAGE MC_ROOT_PACKAGE 20130206
4 Returning 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