SAP ABAP Class CL_XLF_TEST_UTILS (Utilities for ABAP unit tests)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_XLIFF (Package) XLIFF 1.2 Library

⤷

⤷

Properties
Class | CL_XLF_TEST_UTILS | |
Short Description | Utilities for ABAP unit tests | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SLXE_XLIFF | XLIFF 1.2 Library |
Created | 20101007 | SAP |
Last change | 20110908 | 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) |
Interfaces
Class CL_XLF_TEST_UTILS has no interface implemented.
Friends
Class CL_XLF_TEST_UTILS has no friend class.
Attributes
Class CL_XLF_TEST_UTILS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Checks if a table of objects contains a specific entry | 20101008 |
2 | ![]() |
Static method | Public | Method | Creates an iXML document | 20101007 |
3 | ![]() |
Static method | Public | Method | Compares two tables with comparable objects | 20101008 |
4 | ![]() |
Static method | Public | Method | Renders a iXML document to a string | 20101008 |
Events
Class CL_XLF_TEST_UTILS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_COMP_OBJ_TABLE | Public | See coding | 20101008 | t_comp_obj_table TYPE STANDARD TABLE OF REF TO if_xlf_comparable WITH DEFAULT KEY
|
||
2 | T_OBJECTTABLE | Public | See coding | 20101008 | t_objecttable TYPE STANDARD TABLE OF REF TO object WITH DEFAULT KEY
|
Method Signatures
Method CONTAINS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTAINS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101008 | |||
2 | ![]() |
OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_XLF_COMPARABLE | Comparable object | 20101008 | ||
3 | ![]() |
OBJECT_TABLE | Call by reference | Type reference (TYPE) | T_OBJECTTABLE | 20101008 |
Method CONTAINS on class CL_XLF_TEST_UTILS has no exception.
Method CREATE_DOCUMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20101007 |
Method CREATE_DOCUMENT on class CL_XLF_TEST_UTILS has no exception.
Method EQUALS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_EQUAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101008 | |||
2 | ![]() |
TABLE1 | Call by reference | Type reference (TYPE) | T_COMP_OBJ_TABLE | 20101008 | |||
3 | ![]() |
TABLE2 | Call by reference | Type reference (TYPE) | T_COMP_OBJ_TABLE | 20101008 |
Method EQUALS on class CL_XLF_TEST_UTILS has no exception.
Method RENDER_DOCUMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | 20101008 | |||
2 | ![]() |
STRING | Value transfer | Type reference (TYPE) | STRING | 20101008 |
Method RENDER_DOCUMENT on class CL_XLF_TEST_UTILS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |