excellarateinc / voyage-api-dotnet

Enterprise grade C# .NET Web Services API implementing industry standard best practices
Apache License 2.0
16 stars 14 forks source link

Write unit tests for VerificationService #146

Closed raymer closed 7 years ago

raymer commented 7 years ago

Need tests around this service that follow our existing service testing patterns.

ajayboina commented 7 years ago

@raymer As I do not see any verification service, would like to confirm whether you were referring to writing units tests for VerifyController and PhoneService.

raymer commented 7 years ago

@ajayboina yeah the verification service was no longer needed. I think the phone service could use a few more tests though. Quite a few of the service methods aren't covered.

ajayboina commented 7 years ago

will work on writing test cases.