-
Notifications
You must be signed in to change notification settings - Fork 0
API Test Structure
Robert Polak edited this page Aug 9, 2019
·
10 revisions
The API Test has the following folder structure:
-
/Entities
/Samples
/Resources
This folder contains the Entities (Classes) templates, that can be used to either test the present library or as a canvas to start a new project.
e.g. ADO, Email, JSONRPC, MemCacheD, ReCAPTCHA etc...
This folder contains the eMail and Error templates.
e.g. eMail, Error etc...
More details about the Server API Test at Server API Test.