1804-Apr-USFdotnet / Project2-Newsify

By James Almblade, Kyle Ott, and Manjinder Singh, a news article aggregation app.
MIT License
0 stars 0 forks source link

Implement Repository Pattern and Tests #5

Open jalmblade opened 6 years ago

jalmblade commented 6 years ago

Implement the Repository pattern to access the database.

jalmblade commented 6 years ago

Made the repository and everything should work, but tests are not yet implemented.

jalmblade commented 6 years ago

Couple tests done, work still ongoing

jalmblade commented 6 years ago

Mocking DbContext and DbSet is proving to be more difficult than I initially thought