SAP ABAP Class CL_RSR_MDX_UNIT_TEST (MDX: Basic Class for Unit Tests)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSR_MDX_BASE (Package) MDX: Basis
Properties
Class CL_RSR_MDX_UNIT_TEST  
Short Description MDX: Basic Class for Unit Tests    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSR_MDX_BASE   MDX: Basis 
Created 20090128   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSAOS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSR_MDX_UNIT_TEST has no interface implemented.
Friends
Class CL_RSR_MDX_UNIT_TEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_TUNITID Instance attribute Private Type reference (TYPE) RSTT_TUNITID Unit Test ID 20090128
2 P_VERIFY Instance attribute Private Type reference (TYPE) RS_BOOL Should the test verification be performed? 20090220
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090220
2 FAIL_VERIFICATION Instance method Protected Method Errors in Verification 20090128
3 FAIL_VERIFICATION_EXCEPTION Instance method Protected Method Verification failed due to an exception 20090128
4 IS_VERIFICATION_IPRO_ACTIVE Instance method Protected Method Is the verification InfoProvider active? 20090224
5 VERIFY_EQUALS Instance method Protected Method Checks whether current value corresponds to expected value 20090128
6 VERIFY_FALSE Instance method Protected Method Checks if the value in question is 'false' 20090224
7 VERIFY_IF_BOUND Instance method Protected Method Checks that current object is not zero 20090128
8 VERIFY_INITIAL Instance method Protected Method Checks whether current object is initial 20090128
9 VERIFY_NOT_BOUND Instance method Protected Method Checks that current object is not zero 20090128
10 VERIFY_NOT_EQUALS Instance method Protected Method Checks if Value Corresponds to Expected Value 20090128
11 VERIFY_NOT_INITIAL Instance method Protected Method Checks whether current object is initial 20090128
12 VERIFY_NO_ERROR_MSG_BAPI Instance method Protected Method Checks if log contains an error (in BAPI format) 20090224
13 VERIFY_STATEMENT_EXECUTION Instance method Protected Method Check that the statement is executed correctly 20090224
14 VERIFY_TRUE Instance method Protected Method Checks if the value in question is 'true' 20090224
Events
Class CL_RSR_MDX_UNIT_TEST has no event.
Types
Class CL_RSR_MDX_UNIT_TEST has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSR_MDX_UNIT_TEST has no parameter.
Method CONSTRUCTOR on class CL_RSR_MDX_UNIT_TEST has no exception.

Method FAIL_VERIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MESSAGE Call by reference Type reference (TYPE) STRING 20090128

Method FAIL_VERIFICATION on class CL_RSR_MDX_UNIT_TEST has no exception.

Method FAIL_VERIFICATION_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CX Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20090128

Method FAIL_VERIFICATION_EXCEPTION on class CL_RSR_MDX_UNIT_TEST has no exception.

Method IS_VERIFICATION_IPRO_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BOOL Value transfer Type reference (TYPE) RS_BOOL Boolean 20090224

Method IS_VERIFICATION_IPRO_ACTIVE on class CL_RSR_MDX_UNIT_TEST has no exception.

Method VERIFY_EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPECTED_VALUE Call by reference Type reference (TYPE) ANY 20090128
2 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20090128

Method VERIFY_EQUALS on class CL_RSR_MDX_UNIT_TEST has no exception.

Method VERIFY_FALSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) ANY Zu prüfende Wert 20090224

Method VERIFY_FALSE on class CL_RSR_MDX_UNIT_TEST has no exception.

Method VERIFY_IF_BOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ Call by reference Type reference (TYPE) ANY 20090128

Method VERIFY_IF_BOUND on class CL_RSR_MDX_UNIT_TEST has no exception.

Method VERIFY_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ Call by reference Type reference (TYPE) ANY 20090128

Method VERIFY_INITIAL on class CL_RSR_MDX_UNIT_TEST has no exception.

Method VERIFY_NOT_BOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ Call by reference Type reference (TYPE) ANY 20090128

Method VERIFY_NOT_BOUND on class CL_RSR_MDX_UNIT_TEST has no exception.

Method VERIFY_NOT_EQUALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPECTED_VALUE Call by reference Type reference (TYPE) ANY 20090128
2 Importing I_VALUE Call by reference Type reference (TYPE) ANY 20090128

Method VERIFY_NOT_EQUALS on class CL_RSR_MDX_UNIT_TEST has no exception.

Method VERIFY_NOT_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJ Call by reference Type reference (TYPE) ANY 20090128

Method VERIFY_NOT_INITIAL on class CL_RSR_MDX_UNIT_TEST has no exception.

Method VERIFY_NO_ERROR_MSG_BAPI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_RETURN Call by reference Type reference (TYPE) BAPIRET2 Returntabelle 20090224

Method VERIFY_NO_ERROR_MSG_BAPI on class CL_RSR_MDX_UNIT_TEST has no exception.

Method VERIFY_STATEMENT_EXECUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OPTIMIZED Call by reference Type reference (TYPE) RS_BOOL Wurde das MDX Statement optimiert? 20090226
2 Importing I_STATEMENT Call by reference Type reference (TYPE) STRING MDX Statement 20090224

Method VERIFY_STATEMENT_EXECUTION on class CL_RSR_MDX_UNIT_TEST has no exception.

Method VERIFY_TRUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) ANY Zu prüfende Wert 20090224

Method VERIFY_TRUE on class CL_RSR_MDX_UNIT_TEST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720