C# 클래스 PclUnit.Style.Xunit.InlineDataAttribute

상속: DataAttribute
파일 보기 프로젝트 열기: jbtule/PclUnit

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable

Returns the data to be used to test the theory.

InlineDataAttribute ( ) : System

Initializes a new instance of the InlineDataAttribute class.

메소드 상세

GetData() 공개 메소드

Returns the data to be used to test the theory.
public GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable
methodUnderTest System.Reflection.MethodInfo The method that is being tested
parameterTypes System.Type The types of the parameters for the test method
리턴 IEnumerable

InlineDataAttribute() 공개 메소드

Initializes a new instance of the InlineDataAttribute class.
public InlineDataAttribute ( ) : System
리턴 System