Update content
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
***********************************************************************
|
||||
*
|
||||
* ABAP Cheat Sheet: A Glimpse on ABAP Unit Tests
|
||||
* ABAP Cheat Sheet: ABAP Unit Tests
|
||||
*
|
||||
* -------------------------- PURPOSE ----------------------------------
|
||||
* - Example to demonstrate ABAP unit tests.
|
||||
@@ -178,7 +178,7 @@ METHOD if_oo_adt_classrun~main.
|
||||
|
||||
DATA(output) = NEW zcl_demo_abap_display( out ).
|
||||
|
||||
output->display( `ABAP Cheat Sheet Demonstration Example: A Glimpse on ABAP Unit Tests` ).
|
||||
output->display( `ABAP Cheat Sheet Demonstration Example: ABAP Unit Tests` ).
|
||||
output->display( `1) get_sum Method` ).
|
||||
"This method demonstrates the use of the setup and teardown methods in the test class.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
***********************************************************************
|
||||
* ---------------------------- PURPOSE --------------------------------
|
||||
* Interface to support the ABAP cheat sheet: A Glimpse on ABAP Unit Tests
|
||||
* Interface to support the ABAP cheat sheet: ABAP Unit Tests
|
||||
*
|
||||
* ----------------------------- NOTE ----------------------------------
|
||||
* The code presented in this class is only meant for supporting the ABAP
|
||||
@@ -17,7 +17,7 @@
|
||||
*
|
||||
***********************************************************************
|
||||
"! <p class="shorttext synchronized">Interface for ABAP cheat sheet example</p>
|
||||
"! The interface supports the ABAP cheat sheet: A Glimpse on ABAP Unit Tests.
|
||||
"! The interface supports the ABAP cheat sheet: ABAP Unit Tests.
|
||||
INTERFACE zdemo_abap_get_data_itf
|
||||
PUBLIC.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user