You can use class CL_GSM_API_TEST
to create unit tests for your metric providers.
With unit tests, you can simulate the API that retrieves the lower-level raw data. You focus here on the transformation logic to the structures of the generic metric store.
-
In ABAP Development Tools (ADT), you can find the class
CL_GSM_API_TEST
as released object in the packageS_GSM_API
. -
To create unit tests, implement the methods of the class
CL_GSM_API_TEST
.