GitHub
LibrariesOpen source libraries used to build this documentation site.
LibraryRoleVersionLicense
AstroastroSite framework6.3.1MIT
Astro React@astrojs/reactReact integration5.0.4MIT
Astro Sitemap@astrojs/sitemapSitemap generation3.7.2MIT
UI5 Web Components@ui5/webcomponentsUI primitives2.22.0Apache-2.0
UI5 Web Components Fiori@ui5/webcomponents-fioriFiori shell components2.22.0Apache-2.0
UI5 Web Components Icons@ui5/webcomponents-iconsIcon set2.22.0Apache-2.0
UI5 Web Components React@ui5/webcomponents-reactReact wrappers2.22.0Apache-2.0
ReactreactUI runtime19.2.6MIT
React DOMreact-domDOM renderer19.2.6MIT
ShikishikiSyntax highlighting4.0.2MIT
Docs/ORK/DEV/ORK/CL_DEV_UNIT_TEST
Class/ORK/CL_DEV_UNIT_TEST
Unit Test
ClassUnit Test
Package
/ORK/DEV
Members
17
14 items
Methods
_is_in_dev_system
Method

Signature

METHODS _is_in_dev_system IMPORTING !level LIKE if_abap_unit_constant=>severity-low DEFAULT if_abap_unit_constant=>severity-low
                                        quit LIKE if_abap_unit_constant=>quit-no DEFAULT if_abap_unit_constant=>quit-test
                                        abort_if_not TYPE abap_bool DEFAULT abap_true
                              RETURNING VALUE(result) TYPE abap_bool.
_todo_implement_unit_test
Method

Signature

METHODS _todo_implement_unit_test IMPORTING msg TYPE csequence OPTIONAL
                                                !detail TYPE csequence OPTIONAL
                                                  PREFERRED PARAMETER msg.
_eq
Method

Signature

METHODS _eq IMPORTING act TYPE any
                          exp TYPE any
                          msg TYPE csequence OPTIONAL
                RETURNING VALUE(assertion_failed) TYPE abap_bool.
_eq_ref_val
Method

Signature

METHODS _eq_ref_val IMPORTING act TYPE REF TO data
                                  exp TYPE REF TO data
                                  msg TYPE csequence OPTIONAL
                        RETURNING VALUE(assertion_failed) TYPE abap_bool.
_ne
Method

Signature

METHODS _ne IMPORTING act TYPE any
                          exp TYPE any
                          msg TYPE csequence OPTIONAL
                RETURNING VALUE(assertion_failed) TYPE abap_bool.
_true
Method

Signature

METHODS _true IMPORTING VALUE(act) TYPE any
                            msg TYPE csequence OPTIONAL
                  RETURNING VALUE(assertion_failed) TYPE abap_bool.
_false
Method

Signature

METHODS _false IMPORTING VALUE(act) TYPE any
                             msg TYPE csequence OPTIONAL
                   RETURNING VALUE(assertion_failed) TYPE abap_bool.
_bound
Method

Signature

METHODS _bound IMPORTING act TYPE any
                             msg TYPE csequence OPTIONAL
                   RETURNING VALUE(assertion_failed) TYPE abap_bool.
_not_bound
Method

Signature

METHODS _not_bound IMPORTING act TYPE any
                                 msg TYPE csequence OPTIONAL
                       RETURNING VALUE(assertion_failed) TYPE abap_bool.
_initial
Method

Signature

METHODS _initial IMPORTING act TYPE any
                               msg TYPE csequence OPTIONAL
                     RETURNING VALUE(assertion_failed) TYPE abap_bool.
_not_initial
Method

Signature

METHODS _not_initial IMPORTING act TYPE any
                                   msg TYPE csequence OPTIONAL
                         RETURNING VALUE(assertion_failed) TYPE abap_bool.
_fail
Method

Signature

METHODS _fail IMPORTING msg TYPE any.
_fail_exp_exception
Method

Signature

METHODS _fail_exp_exception IMPORTING msg TYPE any OPTIONAL.
_abort
Method

Signature

METHODS _abort IMPORTING msg TYPE csequence OPTIONAL
                             !detail TYPE csequence OPTIONAL
                             quit LIKE if_abap_unit_constant=>quit-test DEFAULT if_abap_unit_constant=>quit-test.
3 items
Data
_quit_logic
Data

Signature

DATA _quit_logic LIKE if_abap_unit_constant=>quit-no VALUE if_abap_unit_constant=>quit-no ##NO_TEXT.
_level_logic
Data

Signature

DATA _level_logic LIKE if_abap_unit_constant=>severity-high VALUE if_abap_unit_constant=>severity-high ##NO_TEXT.
sm_is_in_dev_system
Class Data

Signature

CLASS-DATA sm_is_in_dev_system TYPE REF TO abap_bool.
Repository11 packages · 112 objects
123 items