Releases: JonnyBooker/NSubstituteAutoSubstitute
Releases · JonnyBooker/NSubstituteAutoSubstitute
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