p2pchat / p2pChat

For the UW-Stout Software Engineering Practicum course
MIT License
2 stars 1 forks source link

As a QA tester, I want unit tests for the SendDataService so I can be assured that it is working as expected #73

Closed Austin-Scott closed 4 years ago

Austin-Scott commented 4 years ago

AC:

Austin-Scott commented 4 years ago

Now that I have attempted this issue I've realized that this should never have been attempted in the first place. By mocking the SendDataService I am decreasing code readability and maintainability for a marginal gain in test coverage. And the test coverage that is gained is so tightly coupled to the usage that it would break if any changes were made to the SendDataService class in the future. I'll still finish this issue as it has been assigned to me but we should rethink merging this into master.