Namespace AutoFixture.AutoMoq
Classes
AutoConfiguredMoqCustomization
Enables auto-mocking and auto-setup with Moq. Members of a mock will be automatically setup to retrieve the return values from a fixture.
A command that populates all public writable properties/fields of a mock object with anonymous values.
Enables auto-mocking with Moq.
Selects appropriate constructors to create Mock%601 instances.
Selects appropriate constructors to create Mock%601 instances.
Post-processes a Mock%601 instance by setting appropriate default behavioral
values.
Relays a request for an interface or an abstract class to a request for a
Mock%601 of that class.
If the type of the object being mocked contains any fields and/or non-virtual/sealed settable properties, this initializer will resolve them from a given context.
Contains extension methods to manipulate/setup instances of Mock%601.
Sets up a mocked object's methods so that the return values will be retrieved from a fixture, instead of being created directly by Moq.
This will setup any virtual methods that are either non-void or have "out" parameters.
Stubs a mocked object's properties, giving them "property behavior". Setting a property's value will cause it to be saved and later returned when the property is accessed.