-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mock Db Context added to SqlLite DbContext (#27)
* Allow GetDbContext to create context without option interaction or new restraint. * Options, dbConnection options added to simplified GetDbContext * add replace to add type of dbContext creation * Add mockable DbContext * Cleanup * Split mocker class * Cleanup * Retain original functionality with SqlLite Db. * Undo accidently change to MockerTestBase * Undo accidently change * Add EnsureNullCheckThrown extension * Update readme * Support DbContext with parameterized constructors * Fix callbase * require set overrides to be virtual. Otherwise it would throw an error. * Misc / Fix dbset named Set method
- Loading branch information
Showing
24 changed files
with
2,828 additions
and
809 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.