Namespace AutoFixture.Xunit3.Internal

Classes

AutoDataSource

Combines the values from a source with auto-generated values.

ClassDataSource

Encapsulates the access to a test data source type.

DataSource

The base class for test case sources.

FieldDataSource

Encapsulates access to a field that provides test data.

InlineDataSource

Provides test data from a predefined collection of values.

MemberDataSource

Encapsulates access to a member that provides test data.

MethodDataSource

Encapsulates access to a method that provides test data.

ParameterMatcherBuilder

A builder type that creates a IRequestSpecification instance, for a ParameterInfo instance, based on the builder's matching configuration.

PropertyDataSource

Encapsulates access to a property that provides test data.

Interfaces

IDataSource

Exposes the factory method for a sequence of test data.