C# Class Microsoft.UnitTests.Core.XUnit.IntRangeAttribute

Inheritance: Xunit.Sdk.DataAttribute
Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
GetData ( MethodInfo testMethod ) : IEnumerable
IntRangeAttribute ( int count ) : System
IntRangeAttribute ( int start, int count ) : System
IntRangeAttribute ( int start, int count, int step ) : System

Method Details

GetData() public method

public GetData ( MethodInfo testMethod ) : IEnumerable
testMethod System.Reflection.MethodInfo
return IEnumerable

IntRangeAttribute() public method

public IntRangeAttribute ( int count ) : System
count int
return System

IntRangeAttribute() public method

public IntRangeAttribute ( int start, int count ) : System
start int
count int
return System

IntRangeAttribute() public method

public IntRangeAttribute ( int start, int count, int step ) : System
start int
count int
step int
return System