Hierarchy

⤷

⤷

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) | 20080317 |
Properties
Class | CL_AXT_ASSERT | |
Short Description | Assertions | |
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 | AXT_GENERATION_FRAMEWORK_TEST | Generation tests |
Created | 20080317 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_AXT_ASSERT has no interface implemented.
Friends
Class CL_AXT_ASSERT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_AXT_CONSTANTS_TEST | 20080317 | |||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_AXT_ASSERT | Assertions | 20080317 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Assert: the element are equal | 20080317 |
2 | ![]() |
Instance method | Public | Method | Assert: element was generated/exist or deleted/removed | 20080325 |
3 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080325 |
4 | ![]() |
Static method | Private | Method | Checks that all badi implementations exists | 20080410 |
5 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080325 |
6 | ![]() |
Static method | Private | Method | Returns true if the change document exists | 20081027 |
7 | ![]() |
Static method | Private | Method | Returns true if element exists | 20090512 |
8 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080328 |
9 | ![]() |
Static method | Private | Method | Returns true if element exists | 20081208 |
10 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080325 |
11 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080325 |
12 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080325 |
13 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080325 |
14 | ![]() |
Static method | Private | Method | Returns true if a fpm config exists | 20101217 |
15 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080929 |
16 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080929 |
17 | ![]() |
Static method | Private | Method | Returns true if element exists | 20101006 |
18 | ![]() |
Static method | Private | Method | Returns true if element exists | 20090512 |
19 | ![]() |
Static method | Private | Method | Returns true if element exists | 20081002 |
20 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080325 |
21 | ![]() |
Static method | Private | Method | Returns true if element exists | 20080325 |
22 | ![]() |
Static method | Private | Method | 20081020 | |
23 | ![]() |
Static method | Private | Method | Returns true if a ui component exists | 20081127 |
24 | ![]() |
Static method | Private | Method | Returns true if all components of a ui view exists | 20081127 |
25 | ![]() |
Static method | Private | Method | Returns true if all components of a ui window exists | 20081127 |
26 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080317 |
27 | ![]() |
Static method | Private | Method | Checks if element is correctly deleted from db | 20080404 |
28 | ![]() |
Instance method | Protected | Method | Returns the element requested | 20080325 |
29 | ![]() |
Static method | Private | Method | Checks if element is correctly saved in DB | 20080404 |
30 | ![]() |
Static method | Private | Method | Calls CL_AUNIT_ASSESRT=>FAIL | 20080317 |
31 | ![]() |
Static method | Public | Method | Returns an instance of the class | 20080317 |
Events
Class CL_AXT_ASSERT has no event.
Types
Class CL_AXT_ASSERT has no local type.
Method Signatures
Method ASSERT_ELEMENTS_ARE_EQUAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ACT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080317 | ||
2 | ![]() |
IR_REF_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080317 | ||
3 | ![]() |
IV_MSG | Call by reference | Type reference (TYPE) | STRING | 20080317 |
Method ASSERT_ELEMENTS_ARE_EQUAL on class CL_AXT_ASSERT has no exception.
Method ASSERT_ELEMENT_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | Element | 20080326 | ||
2 | ![]() |
IV_DELETED | Call by reference | Type reference (TYPE) | AXT_BOOLEAN | ABAP_FALSE | Boolean | 20080325 |
Method ASSERT_ELEMENT_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_APPEND_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | Element | 20080326 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080325 |
Method CHECK_APPEND_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_BADI_IMPL_ALL_EXIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_BADI_IMPLEMENTATION | Call by reference | Type reference (TYPE) | AXTT_BADI_IMPLEMENTATION | BADI implementations | 20080410 | ||
2 | ![]() |
IV_ENH_IMPLEMENTATION | Call by reference | Type reference (TYPE) | ENHNAME | Enhancement name | 20080410 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
At least one badi implementation does not exist | 20080410 |
Method CHECK_BADI_IMPL_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080326 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080325 |
Method CHECK_BADI_IMPL_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_CHANGE_DOCUMENT_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20081027 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081027 |
Method CHECK_CHANGE_DOCUMENT_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_CLASS_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | Element | 20090512 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090512 |
Method CHECK_CLASS_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_CUSTOMER_INCLUDE_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080328 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080328 |
Method CHECK_CUSTOMER_INCLUDE_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_DATASOURCE_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20081208 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081208 |
Method CHECK_DATASOURCE_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_DATASOURCE_FIELD_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080326 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080325 |
Method CHECK_DATASOURCE_FIELD_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_DATA_ELEMENT_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080326 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080325 |
Method CHECK_DATA_ELEMENT_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_DBTABLE_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20080326 | |||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080325 |
Method CHECK_DBTABLE_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_DOMAIN_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080326 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080325 |
Method CHECK_DOMAIN_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_FPM_CONFIG_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20101217 | |||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20101217 |
Method CHECK_FPM_CONFIG_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_FUNCTION_GROUP_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | Element | 20080929 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080929 |
Method CHECK_FUNCTION_GROUP_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_FUNCTION_MODULE_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | Element | 20080929 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080929 |
Method CHECK_FUNCTION_MODULE_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_GENIL_COMP_ENH_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20101006 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20101006 |
Method CHECK_GENIL_COMP_ENH_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_INTERFACE_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | Element | 20090512 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20090512 |
Method CHECK_INTERFACE_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_PAGE_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | Element | 20081002 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081002 |
Method CHECK_PAGE_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_STRUCTURE_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080326 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080325 |
Method CHECK_STRUCTURE_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_TABLE_ENTRY_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080326 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20080325 |
Method CHECK_TABLE_ENTRY_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_TABLE_TYPE_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | 20081020 | |||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | 20081020 |
Method CHECK_TABLE_TYPE_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_UI_COMPONENT_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20081127 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081127 |
Method CHECK_UI_COMPONENT_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_UI_VIEW_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20081127 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081127 |
Method CHECK_UI_VIEW_EXISTS on class CL_AXT_ASSERT has no exception.
Method CHECK_UI_WINDOW_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20081127 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Boolean | 20081127 |
Method CHECK_UI_WINDOW_EXISTS on class CL_AXT_ASSERT has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_AXT_ASSERT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_ASSERT has no exception.
Method ELEMENT_DELETED_IN_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080404 | ||
2 | ![]() |
RV_DELETED | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Element correctly deleted | 20080404 |
Method ELEMENT_DELETED_IN_DB on class CL_AXT_ASSERT has no exception.
Method ELEMENT_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | Element | 20080326 | ||
2 | ![]() |
RV_ELEMENT_EXISTS | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | General generation element | 20080325 |
Method ELEMENT_EXISTS on class CL_AXT_ASSERT has no exception.
Method ELEMENT_SAVED_IN_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_AXT_ELEMENT | General generation element | 20080404 | ||
2 | ![]() |
RV_SAVED | Value transfer | Type reference (TYPE) | AXT_BOOLEAN | Element correctly saved | 20080404 |
Method ELEMENT_SAVED_IN_DB on class CL_AXT_ASSERT has no exception.
Method FAIL_TEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FLOW | Call by reference | Type reference (TYPE) | AUNIT_FLOWCTRL | CL_AUNIT_ASSERT=>IF_AUNIT_CONSTANTS~METHOD | Flow Control in Case of Error | 20080317 | |
2 | ![]() |
IV_LEVEL | Call by reference | Type reference (TYPE) | AUNIT_LEVEL | CL_AUNIT_ASSERT=>IF_AUNIT_CONSTANTS~CRITICAL | Level of ABAP Unit Check Error | 20080317 | |
3 | ![]() |
IV_MSG | Call by reference | Type reference (TYPE) | STRING | 20080317 |
Method FAIL_TEST on class CL_AXT_ASSERT has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INST | Value transfer | Object reference (TYPE REF TO) | CL_AXT_ASSERT | 20080317 |
Method GET_INSTANCE on class CL_AXT_ASSERT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |