cancel
Showing results for 
Search instead for 
Did you mean: 

Does a custom ABAP Unit test double exist for WRITE and all ABAP List statements?

Sandra_Rossi
Active Contributor
92

Does someone know if there's a class like ZCL_ABAP_LIST below, which would support test doubling? (ABAP Unit)

DATA(abap_list) = zcl_abap_list=>create( ).

abap_list->write( text     = 'Test'
                  position = 5
                  color    = abap_list->color_red ).

Thanks!

Sandra

Accepted Solutions (0)

Answers (0)