Skip to content

Releases: cwinland/FastMoq

Add Helper Methods

24 May 18:26
Compare
Choose a tag to compare
  • Create a CallMethod to allow calling methods without specifying the parameters in a test.
  • Create GetFileSystem
  • Create a new GetMock to allow multiple actions on the same mock.
  • Create a BuildExpression for IsAny.
  • Extend some internal methods from ConstructorInfo to MethodBase.

Full Changelog: 2.25.0...2.26.0

Bugs and refactor

10 Apr 19:21
4d88040
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.24.300...2.25.0

2.24.300 Bug Fixes

01 Feb 15:02
dc1fab4
Compare
Choose a tag to compare

Bug Fixes

BugFix internal mock creation

13 Dec 21:29
Compare
Choose a tag to compare
2.23.201

bugfix: Add mock creation  parameter for nonPublic.

2.23.200

02 Dec 21:33
0482152
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.23.124...2.23.200

2.23.124

07 Nov 14:23
364a690
Compare
Choose a tag to compare

What's Changed

  • Enhance args and type map by @cwinland in #28
  • Fix Mock DbContext Async methods and SqlLite methods by @cwinland in #29

Full Changelog: 2.23.123...2.23.124

Support mocking DbContext

03 Nov 16:35
03374b5
Compare
Choose a tag to compare

What's Changed

  • Mock Db Context added to SqlLite DbContext by @cwinland in #27

Full Changelog: 2.23.122...2.23.123

2.23.119

31 Aug 13:17
Compare
Choose a tag to compare

Fixes mapping and some other bugs. Added AddMap overload

2.23.116

31 Mar 13:28
Compare
Choose a tag to compare
Add Property resolution; remove .net 5; Fix Bugs

v2.22.1215.1748

15 Dec 17:48
b0124ac
Compare
Choose a tag to compare
Blazor support (#19)

* add blazer base. Should this be a different project?

* cleanup

* Blazor multiple project. Removed supported for 3.1 and 5.0

* Blazor Tests

* Cleanup and fix tests

* Blazor tests and fixes

* Add ability to add type map without generics

* Allow skip setup and built in nav manager.

* Add Navigation Tests

* nav test

* .

* merge2

* Enhancements

* GetAllComponents

* Documentation

* tests and fixes

* testing and cleanup

* Help Docs

* Maintain 5.0 support for Core project

* Cleanup

* Cleanup

* Cleanup

* Cleanup

* Update readme and remove tests for 5.0