Releases: JonnyBooker/NSubstituteAutoSubstitute
Releases · JonnyBooker/NSubstituteAutoSubstitute
v1.1.0
What's Changed
- Update Dependencies by @JonnyBooker in #42
- Includes updating the project from .NET 7
- Update NSubstitute project to the latest release
Full Changelog: v1.0.0...v1.1.0
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Initial release of the project out of beta!
- Create a Auto Substituting container for all your dependencies to facilitate easier testing
- Collection mocking with the ability to detect and use single dependencies
- Ability to explicitly set dependencies via
Use - Multiple behaviours for mocking via
SubstituteBehaviours- Automatic
- Manual with Nulls
- Manual with Exceptions
- Syntactic sugar for verifications
- Diagnostic Handler for finding out problems during mocking behaviours
- Hope everyone has fun 😃
Full Changelog: https://github.com/JonnyBooker/NSubstituteAutoSubstitute/commits/v1.0.0