You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLASSltcl_test DEFINITION FINAL FOR TESTING RISK LEVEL HARMLESSDURATION SHORT.
PRIVATE SECTION.
METHODStestFORTESTINGRAISING cx_static_check.
ENDCLASS.
CLASSltcl_test IMPLEMENTATION.
METHODtest.
TRY.
DATA lo_test TYPE REF TO ltcl_test.
lo_test->test( ).
cl_abap_unit_assert=>abort( ).
CATCH cx_root.
"exception is expected when lo_test is not bound ENDTRY.
ENDMETHOD.
ENDCLASS.
open abap breaks when running unit test for this PR:
abap2UI5/abap2UI5#1739
Expect an exception but open-abap just fails instead of throwing an error:
https://github.com/abap2UI5/abap2UI5/blob/open-abap-bug/src/01/02/z2ui5_cl_core_srv_json.clas.testclasses.abap#L62-L69
Let me know if there is anything i can do on my side.
The text was updated successfully, but these errors were encountered: