huysentruitw / entity-framework-core-mock

Easy Mock wrapper for mocking EFCore5 DbContext and DbSet using Moq or NSubstitute
MIT License
132 stars 24 forks source link

Add mocks for DbContext.Add and DbContext.Remove (for Moq) #44

Closed nevaldas closed 2 years ago

nevaldas commented 2 years ago

This PR also adds two setups on DbContextMock. When adding/removing to/from the context, it will call appropriate DbSetMock action.

huysentruitw commented 2 years ago

Thanks for this addition 🎉