How can we write Unit/Integration tests for callfire-api-client on Java?

74 Views Asked by At

Twilio has test credentials for integration test to make sure that the request is properly built. What's the alternative at Callfire? I went through the documentation but in didn't find anything.

1

There are 1 best solutions below

0
On

unfortunately CallFire does not provide test accounts, for the unit testing I guess you can mock apache client responses in your code.