C# Class Xunit.ValuesUtilities

Utility methods for generating values for test parameters.
显示文件 Open project: AArnott/Xunit.Combinatorial Class Usage Examples

Private Methods

Method Description
GetValuesFor ( ParameterInfo parameter ) : IEnumerable

Gets a sequence of values that should be tested for the specified parameter.

GetValuesFor ( Type dataType ) : IEnumerable

Gets a sequence of values that should be tested for the specified type.