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

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

공개 메소드들

메소드 설명
ClassDataAttribute ( Type @class ) : System

Initializes a new instance of the ClassDataAttribute class.

GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable

메소드 상세

ClassDataAttribute() 공개 메소드

Initializes a new instance of the ClassDataAttribute class.
public ClassDataAttribute ( Type @class ) : System
@class System.Type
리턴 System

GetData() 공개 메소드

public GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable
methodUnderTest System.Reflection.MethodInfo
parameterTypes System.Type
리턴 IEnumerable