a week ago
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
Request clarification before answering.
User | Count |
---|---|
73 | |
18 | |
10 | |
8 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.