github AutoFixture/AutoFixture v4.2.0
Version 4.2.0

latest releases: v5.0.0-preview011, v5.0.0-preview010, v5.0.0-preview009...
6 years ago

Added option to generate delegates via the mock library for the following integrations:

  • Moq
  • NSubstitute
  • FakeItEasy

To enable the feature use new AutoXXXCustomization { GenerateDelegates = true }.

Additionally, obsoleted the AutoConfiguredXXXCustomization in favor of AutoXXXCustomization { ConfigureMembers = true }. That allows to keep only one entry point for each glue library.

Thanks to @blairconrad for the help!

Don't miss a new AutoFixture release

NewReleases is sending notifications on new releases.