C# 클래스 Microsoft.UnitTests.Core.XUnit.IntRangeAttribute

상속: Xunit.Sdk.DataAttribute
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetData ( MethodInfo testMethod ) : IEnumerable
IntRangeAttribute ( int count ) : System
IntRangeAttribute ( int start, int count ) : System
IntRangeAttribute ( int start, int count, int step ) : System

메소드 상세

GetData() 공개 메소드

public GetData ( MethodInfo testMethod ) : IEnumerable
testMethod System.Reflection.MethodInfo
리턴 IEnumerable

IntRangeAttribute() 공개 메소드

public IntRangeAttribute ( int count ) : System
count int
리턴 System

IntRangeAttribute() 공개 메소드

public IntRangeAttribute ( int start, int count ) : System
start int
count int
리턴 System

IntRangeAttribute() 공개 메소드

public IntRangeAttribute ( int start, int count, int step ) : System
start int
count int
step int
리턴 System