createTestInclude
Creates a test include for an ABAP class, providing the placeholder where ABAP Unit tests can be written and run.
Instructions
Create the test include of a class - the place ABAP Unit tests live, which a new class does not have. It writes an empty include; runTests then runs what is put in it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clas | Yes | The class name. | |
| transport | No | The transport. | |
| lockHandle | No | Lock handle for the class; omit to use the one this server recorded for it (see listLocks). |