Skip to content

API Test Structure

Robert Polak edited this page Aug 9, 2019 · 10 revisions

Home / API Test / Structure

The API Test has the following folder structure:

root/

  • /Entities
    • /Samples
  • /Resources

/Entities/

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...


/Resources

This folder contains the eMail and Error templates.

e.g. eMail, Error etc...


More details about the Server API Test at Server API Test.

Clone this wiki locally