SAP ABAP Class CL_UT_DATA_HELPER (Helper class for data checks in unit tests)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RST (Application Component) REST-based Protocols
     SATOM_CORE (Package) ATOM core
Properties
Class CL_UT_DATA_HELPER  
Short Description Helper class for data checks in unit tests    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SATOM_CORE   ATOM core 
Created 20111103   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UT_DATA_HELPER has no forward declaration.
Interfaces
Class CL_UT_DATA_HELPER has no interface implemented.
Friends
Class CL_UT_DATA_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA 20111103
Methods
# Method Level Visibility Method type Description Created on
1 ASSERT_EQUALS Instance method Protected Method 20111103
2 ASSERT_LINES Instance method Public Method 20111103
3 ASSERT_VALUE Instance method Public Method 20111103
4 CREATE_WITH_DATA_REFERENCE Static method Public Method 20111103
5 GET_REFERENCE_OF_COMPONENT Instance method Private Method 20111103
6 SET_VALUE Instance method Public Method 20111103
Events
Class CL_UT_DATA_HELPER has no event.
Types
Class CL_UT_DATA_HELPER has no local type.
Method Signatures

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 20111103
2 Importing EXP Call by reference Type reference (TYPE) ANY Data object with expected value 20111103
3 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE Message in case of failed assertion 20111103

Method ASSERT_EQUALS on class CL_UT_DATA_HELPER has no exception.

Method ASSERT_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINES Call by reference Type reference (TYPE) I 20111103
2 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE 20111103
3 Importing TABLE Call by reference Type reference (TYPE) STRING 20111103

Method ASSERT_LINES on class CL_UT_DATA_HELPER has no exception.

Method ASSERT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Type reference (TYPE) STRING 20111103
2 Importing MSG Call by reference Type reference (TYPE) CSEQUENCE 20111103
3 Importing VALUE Call by reference Type reference (TYPE) DATA 20111103

Method ASSERT_VALUE on class CL_UT_DATA_HELPER has no exception.

Method CREATE_WITH_DATA_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATA_HELPER_INSTANCE Value transfer Object reference (TYPE REF TO) CL_UT_DATA_HELPER Helper class for data checks in unit tests 20111103
2 Importing DATA_REFERENCE Call by reference Object reference (TYPE REF TO) DATA 20111103

Method CREATE_WITH_DATA_REFERENCE on class CL_UT_DATA_HELPER has no exception.

Method GET_REFERENCE_OF_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMPONENT Value transfer Object reference (TYPE REF TO) DATA 20111103
2 Importing NAME Call by reference Type reference (TYPE) STRING 20111103

Method GET_REFERENCE_OF_COMPONENT on class CL_UT_DATA_HELPER has no exception.

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Type reference (TYPE) STRING 20111103
2 Importing VALUE Call by reference Type reference (TYPE) DATA 20111103

Method SET_VALUE on class CL_UT_DATA_HELPER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 803