Namespace AutoFixture.AutoFakeItEasy
Classes
Enables auto-mocking with FakeItEasy.
Sets up a Fake's members so that the return, out, and ref values of virtual members will be retrieved from the fixture, instead of being created directly by FakeItEasy.
This will setup virtual methods and properties.
A command that populates all public writable sealed properties/fields of a Fake with anonymous values.
Provides pre- and post-condition checks for requests for fake instances.
Selects appropriate methods to create Fake%601 instances.
Relays a request for an interface or an abstract class to a request for a
Fake%601 of that class.