Namespace AutoFixture.NUnit2
Namespaces
Classes
Provides auto-generated data specimens generated by AutoFixture as an extention to NUnit TestCase attribute.
An implementation of TestCaseDataAttribute that composes other TestCaseDataAttribute instances.
Base class for customizing parameters in methods decorated with
AutoDataAttribute.
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.
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.
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.
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.
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.
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.
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
The criteria used to determine which requests will be satisfied
by the frozen specimen created for a parameter
decorated with the FrozenAttribute attribute.