This commit is contained in:
Guenter Christian 2025-03-27 16:32:27 +00:00
parent f22f2ebd17
commit 6b99ef4045

View File

@ -443,9 +443,11 @@ CLASS ltcl_stage IMPLEMENTATION.
METHOD assert_table_contains. METHOD assert_table_contains.
FIELD-SYMBOLS: <ls_stage> LIKE LINE OF it_stage.
READ TABLE it_stage WITH TABLE KEY file-path = is_stage-file-path READ TABLE it_stage WITH TABLE KEY file-path = is_stage-file-path
file-filename = is_stage-file-filename file-filename = is_stage-file-filename
ASSIGNING FIELD-SYMBOL(<ls_stage>). ASSIGNING <ls_stage>.
cl_abap_unit_assert=>assert_subrc( 0 ). cl_abap_unit_assert=>assert_subrc( 0 ).
cl_abap_unit_assert=>assert_equals( cl_abap_unit_assert=>assert_equals(