afawcett / apex-toolingapi

Apex wrapper for the Salesforce Tooling API
BSD 3-Clause "New" or "Revised" License
134 stars 98 forks source link

Code Coverage support #8

Closed afawcett closed 7 years ago

ghost commented 7 years ago

Can anyone provide me the test class for ToolingAPI.cls?

afawcett commented 7 years ago

If you are using the SOAP version (default branch)...

https://github.com/afawcett/apex-toolingapi/blob/master/src/classes/ToolingAPIWSDLTest.cls

If you are using the REST version (separate branch)...

https://github.com/afawcett/apex-toolingapi/blob/apex-toolingapi-rest/src/classes/ToolingAPITest.cls