Skip to content

Latest commit

 

History

History
23 lines (9 loc) · 649 Bytes

testing-the-metric-providers-9392731.md

File metadata and controls

23 lines (9 loc) · 649 Bytes

Testing the Metric Providers

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.

Procedure

  1. In ABAP Development Tools (ADT), you can find the class CL_GSM_API_TEST as released object in the package S_GSM_API.

  2. To create unit tests, implement the methods of the class CL_GSM_API_TEST.