Namespace AutoFixture.AutoFakeItEasy

Classes

AutoFakeItEasyCustomization

Enables auto-mocking with FakeItEasy.

ConfigureFakeMembersCommand

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.

ConfigureSealedMembersCommand

A command that populates all public writable sealed properties/fields of a Fake with anonymous values.

FakeItEasyBuilder

Provides pre- and post-condition checks for requests for fake instances.

FakeItEasyMethodQuery

Selects appropriate methods to create Fake%601 instances.

FakeItEasyRelay

Relays a request for an interface or an abstract class to a request for a Fake%601 of that class.