mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 11:06:23 +08:00
Delete src/02/02/z2ui5_cl_app_hello_world.clas.testclasses.abap (#934)
This commit is contained in:
parent
c17975748f
commit
8223d38aa7
|
@ -1,19 +0,0 @@
|
||||||
CLASS ltcl_unit_test DEFINITION FINAL FOR TESTING
|
|
||||||
DURATION SHORT
|
|
||||||
RISK LEVEL DANGEROUS.
|
|
||||||
|
|
||||||
PRIVATE SECTION.
|
|
||||||
METHODS first_test FOR TESTING RAISING cx_static_check.
|
|
||||||
|
|
||||||
ENDCLASS.
|
|
||||||
|
|
||||||
|
|
||||||
CLASS ltcl_unit_test IMPLEMENTATION.
|
|
||||||
|
|
||||||
METHOD first_test.
|
|
||||||
|
|
||||||
DATA(lo_app) = NEW z2ui5_cl_app_hello_world( ) ##NEEDED.
|
|
||||||
|
|
||||||
ENDMETHOD.
|
|
||||||
|
|
||||||
ENDCLASS.
|
|
Loading…
Reference in New Issue
Block a user