Hierarchy
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BA1/CL_F4_SNAPSHOT_ASSERT | Template AUnit Klasse für Snapshot | 20080609 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /BA1/CL_F4_STUB_FACTORY | Stub Factory | 20081008 |
Properties
| Class | /BA1/CL_F4_AUNIT_ASSERT | |
| Short Description | Erweitertes ASSERT für Financials | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 5 | |
| Package | /BA1/F4_UNIT_TEST | Objekte für Unit Tests |
| Created | 20100611 | SAP |
| Last change | 20140121 | 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 /BA1/CL_F4_AUNIT_ASSERT has no interface implemented.
Friends
Class /BA1/CL_F4_AUNIT_ASSERT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | AUNIT_FLOWCTRL | IF_AUNIT_CONSTANTS=>CLASS | 20100611 | |||
| 2 | Constant | Public | Type reference (TYPE) | AUNIT_LEVEL | IF_AUNIT_CONSTANTS=>CRITICAL | 20100611 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CX_ROOT | 20100611 | ||||
| 4 | Constant | Public | Type reference (TYPE) | DATUM | '20000101' | 20100611 | |||
| 5 | Constant | Public | Type reference (TYPE) | AUNIT_LEVEL | IF_AUNIT_CONSTANTS=>FATAL | 20100611 | |||
| 6 | Constant | Public | Type reference (TYPE) | AUNIT_FLOWCTRL | IF_AUNIT_CONSTANTS=>METHOD | 20100611 | |||
| 7 | Constant | Public | Type reference (TYPE) | AUNIT_FLOWCTRL | IF_AUNIT_CONSTANTS=>NO | 20100611 | |||
| 8 | Constant | Public | Type reference (TYPE) | AUNIT_FLOWCTRL | IF_AUNIT_CONSTANTS=>PROGRAM | 20100611 | |||
| 9 | Static Attribute | Protected | Type reference (TYPE) | SYMSGID | 20100611 | ||||
| 10 | Static Attribute | Protected | Type reference (TYPE) | SYMSGID | 20100611 | ||||
| 11 | Static Attribute | Private | Object reference (TYPE REF TO) | OBJECT | 20100611 | ||||
| 12 | Static Attribute | Private | Type reference (TYPE) | STRING | 20100611 | ||||
| 13 | Static Attribute | Private | Type reference (TYPE) | STRING | 20100611 | ||||
| 14 | Static Attribute | Private | Type reference (TYPE) | STRING | 20100611 | ||||
| 15 | Static Attribute | Private | Type reference (TYPE) | STRING | 20100611 | ||||
| 16 | Static Attribute | Private | Type reference (TYPE) | STRING | 20100611 | ||||
| 17 | Static Attribute | Private | Type reference (TYPE) | STRING | 20100611 | ||||
| 18 | Static Attribute | Private | Type reference (TYPE) | STRING | 20100611 | ||||
| 19 | Static Attribute | Private | Type reference (TYPE) | STRING | 20100611 | ||||
| 20 | Static Attribute | Private | Type reference (TYPE) | STRING | 20100611 | ||||
| 21 | Constant | Public | Type reference (TYPE) | AUNIT_LEVEL | IF_AUNIT_CONSTANTS=>TOLERABLE | 20100611 |
Methods
Events
Class /BA1/CL_F4_AUNIT_ASSERT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_TAB_BAPIRET2 | Protected | See coding | 20100611 | ty_tab_bapiret2 TYPE STANDARD TABLE OF bapiret2 WITH DEFAULT KEY
|
||
| 2 | TY_TAB_MSG | Protected | See coding | 20100611 | ty_tab_msg TYPE STANDARD TABLE OF bal_s_msg WITH DEFAULT KEY
|
Method Signatures
Method ADD_SUCCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TEXT | Call by reference | Type reference (TYPE) | STRING | 20100611 |
Method ADD_SUCCESS on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_BOUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 2 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100611 | ||||
| 3 | LEVEL | Value transfer | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | Einstufungsgrad eines ABAP Unit Prüffehlers | 20100611 | ||
| 4 | MSG | Value transfer | Type reference (TYPE) | CSEQUENCE | 'assert_bound' | 20100611 | |||
| 5 | QUIT | Value transfer | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | Flusskontrolle im Fehlerfall | 20100611 |
Method ASSERT_BOUND on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_DIFFERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | SIMPLE | 20100611 | ||||
| 2 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100611 | ||||
| 3 | EXP | Value transfer | Type reference (TYPE) | SIMPLE | 20100611 | ||||
| 4 | LEVEL | Value transfer | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | Einstufungsgrad eines ABAP Unit Prüffehlers | 20100611 | ||
| 5 | MSG | Value transfer | Type reference (TYPE) | CSEQUENCE | 'assert_differs' | 20100611 | |||
| 6 | QUIT | Value transfer | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | Flusskontrolle im Fehlerfall | 20100611 | ||
| 7 | TOL | Value transfer | Type reference (TYPE) | F | 20100611 |
Method ASSERT_DIFFERS on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_EQUALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 2 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100611 | ||||
| 3 | EXP | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 4 | LEVEL | Value transfer | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | Einstufungsgrad eines ABAP Unit Prüffehlers | 20100611 | ||
| 5 | MSG | Value transfer | Type reference (TYPE) | CSEQUENCE | 'assert_equals' | 20100611 | |||
| 6 | QUIT | Value transfer | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | Flusskontrolle im Fehlerfall | 20100611 | ||
| 7 | TOL | Value transfer | Type reference (TYPE) | F | 20100611 |
Method ASSERT_EQUALS on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_EQUALS_DEREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 2 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100611 | ||||
| 3 | EXP | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 4 | LEVEL | Value transfer | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | 20100611 | |||
| 5 | MSG | Value transfer | Type reference (TYPE) | CSEQUENCE | 'assert_equals_deref' | 20100611 | |||
| 6 | QUIT | Value transfer | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | 20100611 | |||
| 7 | TOL | Value transfer | Type reference (TYPE) | F | 20100611 |
Method ASSERT_EQUALS_DEREF on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_EQUALS_DEREF_REC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 2 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100611 | ||||
| 3 | DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | 20100611 | ||||
| 4 | EXP | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 5 | LEVEL | Value transfer | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | 20100611 | |||
| 6 | MSG | Value transfer | Type reference (TYPE) | CSEQUENCE | 'assert_equals_deref' | 20100611 | |||
| 7 | QUIT | Value transfer | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | 20100611 | |||
| 8 | TOL | Value transfer | Type reference (TYPE) | F | 20100611 |
Method ASSERT_EQUALS_DEREF_REC on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_EQUALS_EPSILON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | F | tatsächlicher Wert | 20100611 | |||
| 2 | EPS | Value transfer | Type reference (TYPE) | F | '0.000000000000001' | Epsilon | 20100611 | ||
| 3 | EXP | Value transfer | Type reference (TYPE) | F | erwarteter Wert | 20100611 |
Method ASSERT_EQUALS_EPSILON on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_EQUALS_EPS_RELATIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | F | tatsächlicher Wert | 20130917 | |||
| 2 | EPS | Value transfer | Type reference (TYPE) | F | '0.000000000000001' | Epsilon | 20130917 | ||
| 3 | EXP | Value transfer | Type reference (TYPE) | F | erwarteter Wert | 20130917 |
Method ASSERT_EQUALS_EPS_RELATIVE on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_FALSE_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Call by reference | Type reference (TYPE) | I | 20100611 |
Method ASSERT_FALSE_INT on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_INITIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 2 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100611 | ||||
| 3 | LEVEL | Value transfer | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | Einstufungsgrad eines ABAP Unit Prüffehlers | 20100611 | ||
| 4 | MSG | Value transfer | Type reference (TYPE) | CSEQUENCE | 'assert_initial' | 20100611 | |||
| 5 | QUIT | Value transfer | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | Flusskontrolle im Fehlerfall | 20100611 |
Method ASSERT_INITIAL on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_NOT_BOUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 2 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100611 | ||||
| 3 | LEVEL | Value transfer | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | Einstufungsgrad eines ABAP Unit Prüffehlers | 20100611 | ||
| 4 | MSG | Value transfer | Type reference (TYPE) | CSEQUENCE | 'assert_not_bound' | 20100611 | |||
| 5 | QUIT | Value transfer | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | Flusskontrolle im Fehlerfall | 20100611 |
Method ASSERT_NOT_BOUND on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_NOT_INITIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 2 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100611 | ||||
| 3 | LEVEL | Value transfer | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | Einstufungsgrad eines ABAP Unit Prüffehlers | 20100611 | ||
| 4 | MSG | Value transfer | Type reference (TYPE) | CSEQUENCE | 'assert_not_initial' | 20100611 | |||
| 5 | QUIT | Value transfer | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | Flusskontrolle im Fehlerfall | 20100611 |
Method ASSERT_NOT_INITIAL on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_SUBRC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | SYSUBRC | tatsächlicher Returncode-Wert sy-subrc | 20100611 | |||
| 2 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Bedingung nicht erfüllt | 20100611 | |||
| 3 | EXP | Value transfer | Type reference (TYPE) | SYSUBRC | 0 | erwarteter Returncode, optional, falls nicht null | 20100611 | ||
| 4 | LEVEL | Call by reference | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | Fehlerschwere | 20100611 | ||
| 5 | MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | Nachricht im Fehlerfall | 20100611 | |||
| 6 | QUIT | Call by reference | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | Flusskontrolle im Fehlerfall | 20100611 |
Method ASSERT_SUBRC on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_THAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Call by reference | Type reference (TYPE) | DATA | 20100611 | ||||
| 2 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100611 | ||||
| 3 | EXP | Call by reference | Object reference (TYPE REF TO) | IF_CONSTRAINT | 20100611 | ||||
| 4 | LEVEL | Call by reference | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | ABAP Unit: Einstufungsgrad eines Prüffehlers | 20100611 | ||
| 5 | MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | 'assert_that' | 20100611 | |||
| 6 | QUIT | Call by reference | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | ABAP Unit: Ablaufsteuerung im Fehlerfall | 20100611 |
Method ASSERT_THAT on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method ASSERT_TRUE_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Call by reference | Type reference (TYPE) | I | 20100611 |
Method ASSERT_TRUE_INT on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method CHECK_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ASSERTION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100611 | ||||
| 2 | ID | Call by reference | Type reference (TYPE) | SYMSGID | S_MSGID | Nachrichten, Nachrichtenklasse | 20100611 | ||
| 3 | INDEX | Value transfer | Type reference (TYPE) | SYTABIX | -1 | Interne Tabellen, aktueller Zeilenindex | 20100611 | ||
| 4 | MSGS | Call by reference | Type reference (TYPE) | TY_TAB_MSG | Tabelle von Nachrichten | 20100611 | |||
| 5 | NO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20100611 | |||
| 6 | QUIT | Call by reference | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | Flusskontrolle im Fehlerfall | 20100611 | ||
| 7 | TY | Call by reference | Type reference (TYPE) | SYMSGTY | 'E' | Nachrichten, Nachrichtentyp | 20100611 | ||
| 8 | V1 | Call by reference | Type reference (TYPE) | SIMPLE | Nachrichten, Nachrichtenvariable | 20100611 | |||
| 9 | V2 | Call by reference | Type reference (TYPE) | SIMPLE | Nachrichten, Nachrichtenvariable | 20100611 | |||
| 10 | V3 | Call by reference | Type reference (TYPE) | SIMPLE | Nachrichten, Nachrichtenvariable | 20100611 | |||
| 11 | V4 | Call by reference | Type reference (TYPE) | SIMPLE | Nachrichten, Nachrichtenvariable | 20100611 |
Method CHECK_MESSAGE on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method CHECK_MESSAGE_BAPIRET2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | SYMSGID | S_MSGID | Nachrichtenklasse | 20100611 | ||
| 2 | INDEX | Value transfer | Type reference (TYPE) | SYTABIX | '-1' | Index interner Tabellen | 20100611 | ||
| 3 | MSGS | Call by reference | Type reference (TYPE) | TY_TAB_BAPIRET2 | BAPIRET2 Nachrichtentabelle | 20100611 | |||
| 4 | NO | Value transfer | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20100611 | |||
| 5 | QUIT | Value transfer | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | ABAP Unit: Ablaufsteuerung im Fehlerfall | 20100611 | ||
| 6 | TY | Value transfer | Type reference (TYPE) | SYMSGTY | 'E' | Nachrichtentyp | 20100611 | ||
| 7 | V1 | Value transfer | Type reference (TYPE) | SIMPLE | Message Variable | 20100611 | |||
| 8 | V2 | Value transfer | Type reference (TYPE) | SIMPLE | Message Variable | 20100611 | |||
| 9 | V3 | Value transfer | Type reference (TYPE) | SIMPLE | Message Variable | 20100611 | |||
| 10 | V4 | Value transfer | Type reference (TYPE) | SIMPLE | Message Variable | 20100611 |
Method CHECK_MESSAGE_BAPIRET2 on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /BA1/CL_F4_AUNIT_ASSERT has no parameter.
Method CLASS_CONSTRUCTOR on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method CONVERT_NUMBER_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20100611 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | SIMPLE | 20100611 |
Method CONVERT_NUMBER_TO_STRING on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method CONVERT_TABLE_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_DEPTH | Call by reference | Type reference (TYPE) | I | 0 | 20100611 | |||
| 2 | I_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run-Time Type Identification | 20100611 | |||
| 3 | I_VALUE | Call by reference | Type reference (TYPE) | ANY TABLE | 20100611 | ||||
| 4 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20100611 |
Method CONVERT_TABLE_TO_STRING on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method CONVERT_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_DEPTH | Call by reference | Type reference (TYPE) | I | 0 | 20100611 | |||
| 2 | I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20100611 | ||||
| 3 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20100611 |
Method CONVERT_TO_STRING on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method DATUM_TO_I Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATUM | Value transfer | Type reference (TYPE) | DATUM | Datum | 20100611 | |||
| 2 | R_DATUM | Value transfer | Type reference (TYPE) | I | Datum als Integer | 20100611 |
Method DATUM_TO_I on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method FAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 2 | DETAIL | Value transfer | Type reference (TYPE) | CSEQUENCE | 20100611 | ||||
| 3 | LEVEL | Value transfer | Type reference (TYPE) | AUNIT_LEVEL | CRITICAL | Einstufungsgrad eines ABAP Unit Prüffehlers | 20100611 | ||
| 4 | MSG | Value transfer | Type reference (TYPE) | CSEQUENCE | 'fail' | 20100611 | |||
| 5 | QUIT | Value transfer | Type reference (TYPE) | AUNIT_FLOWCTRL | METHOD | Flusskontrolle im Fehlerfall | 20100611 |
Method FAIL on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method GET_TYPENAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | 20100611 | ||||
| 2 | TYPEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | 20100611 |
Method GET_TYPENAME on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method OOOK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACT | Value transfer | Type reference (TYPE) | ANY | 20100611 | ||||
| 2 | MSG | Value transfer | Type reference (TYPE) | CSEQUENCE | 'oook' | 20100611 |
Method OOOK on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
Method SET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RESULT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20100611 |
Method SET_RESULT on class /BA1/CL_F4_AUNIT_ASSERT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 400 |