Namespace AutoFixture.NUnit2

Namespaces

AutoFixture.NUnit2.Addins

Classes

AutoDataAttribute

Provides auto-generated data specimens generated by AutoFixture as an extention to NUnit TestCase attribute.

CompositeDataAttribute

An implementation of TestCaseDataAttribute that composes other TestCaseDataAttribute instances.

CustomizeAttribute

Base class for customizing parameters in methods decorated with AutoDataAttribute.

FavorArraysAttribute

An attribute that can be applied to parameters in an AutoDataAttribute-driven TestCase to indicate that the parameter value should be created using a constructor with one or more array arguments, if applicable.

FavorEnumerablesAttribute

An attribute that can be applied to parameters in an AutoDataAttribute-driven TestCase to indicate that the parameter value should be created using a constructor with one or more IEnumerable%601 arguments, if applicable.

FavorListsAttribute

An attribute that can be applied to parameters in an AutoDataAttribute-driven TestCase to indicate that the parameter value should be created using a constructor with one or more IList%601 arguments, if applicable.

FrozenAttribute

An attribute that can be applied to parameters in an AutoDataAttribute-driven TestCase to indicate that the parameter value should be frozen so that the same instance is returned every time the IFixture creates an instance of that type.

GreedyAttribute

An attribute that can be applied to parameters in an AutoDataAttribute-driven TestCase to indicate that the parameter value should be created using the most greedy constructor that can be satisfied by an IFixture.

ModestAttribute

An attribute that can be applied to parameters in an AutoDataAttribute-driven TestCase to indicate that the parameter value should be created using the most modest constructor that can be satisfied by an IFixture.

NoAutoPropertiesAttribute

An attribute that can be applied to parameters in an AutoDataAttribute-driven TestCase to indicate that the parameter value should not have properties auto populated when the IFixture creates an instance of that type.

Enums

Matching

The criteria used to determine which requests will be satisfied by the frozen specimen created for a parameter decorated with the FrozenAttribute attribute.