Skip to content

Releases: JonnyBooker/NSubstituteAutoSubstitute

v1.0.0

16 Nov 08:30
7681cd0
Compare
Choose a tag to compare

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