Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor model classes to use dependency injection #8

Open
joelrorseth opened this issue Aug 26, 2018 · 0 comments
Open

Refactor model classes to use dependency injection #8

joelrorseth opened this issue Aug 26, 2018 · 0 comments
Assignees

Comments

@joelrorseth
Copy link
Owner

In order to make way for proper unit testing, the model classes require major refactoring. To test authentication, database operations, or anything to do with Firebase, complete mocks will be created. The first step in achieving this is creating protocols for the model classes. Mock models can then be made for the unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant