Interface IDataSource
Namespace: AutoFixture.Xunit3.Internal
Assembly: AutoFixture.Xunit3.dll
Exposes the factory method for a sequence of test data.
public interface IDataSourceMethods
GetData(MethodInfo)
Returns the test data provided by the source.
IEnumerable<object[]> GetData(MethodInfo method)Parameters
method MethodInfo
The target method for which to provide the arguments.
Returns
Returns a sequence of argument collections.