Releases: darrencauthon/AutoMoq
Releases · darrencauthon/AutoMoq
Updated Unity to >= 4.0
- Support for the latest Unity 4.0 or greater. Thanks to @issafram!!
Fix issue caused by calling Create<T> twice
- Fixed an issue that was caused by calling Create on a mocker. This bug was introduced in 1.7.1. Resolves #29
Add support for webhooks
- Added support for creating, retrieving, listing, and deleting webhooks.
Mock behavior on a mock-by-mock basis
- A mock behavior can be passed to
GetMock
to set the mock behavior for each mock.
Maintenance Release
- Republished with a new version, verifying that it runs in 4.5 (and not just 4.5.2)
1.7.0
- Added support for strict mock behavior.
1.6.2
Update of AutoMoq, released in 2013. Was the latest version for another two years.
1.6.1
- Working software for 2 years.