You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement your IRepository with a repository class named, BlogRepository. Ensure the methods defined in your Repository works via Unit Tests using the Mocking technique.
Notes
Be sure to the following packages are installed in your Unit Test project. You can find both from searching NuGet:
Moq
Entity Framework
Entity Framework Identity
The text was updated successfully, but these errors were encountered:
Implement your
IRepository
with a repository class named,BlogRepository
. Ensure the methods defined in your Repository works via Unit Tests using the Mocking technique.Notes
Be sure to the following packages are installed in your Unit Test project. You can find both from searching NuGet:
Moq
Entity Framework
Entity Framework Identity
The text was updated successfully, but these errors were encountered: