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

Inheritance: Xunit.Sdk.DataAttribute
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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 méthode

public GetData ( MethodInfo testMethod ) : IEnumerable
testMethod System.Reflection.MethodInfo
Résultat IEnumerable

IntRangeAttribute() public méthode

public IntRangeAttribute ( int count ) : System
count int
Résultat System

IntRangeAttribute() public méthode

public IntRangeAttribute ( int start, int count ) : System
start int
count int
Résultat System

IntRangeAttribute() public méthode

public IntRangeAttribute ( int start, int count, int step ) : System
start int
count int
step int
Résultat System