Skip to content

Instantly share code, notes, and snippets.

@rplantiko
rplantiko / json2data.abap
Created April 2, 2012 11:48 — forked from mydoghasworms/json2data.abap
Added some module tests
REPORT ZZ_TEST_JSON_MYDOG.
*
class lcl_test definition for testing " #AU Risk_Level Harmless
inheriting from cl_aunit_assert. " #AU Duration Short
private section.
methods :
test_string for testing,
test_number for testing,