C# 클래스 PclUnit.Run.Fixture

상속: FixtureMeta
파일 보기 프로젝트 열기: jbtule/PclUnit 1 사용 예제들

공개 메소드들

메소드 설명
Fixture ( TestFixtureAttributeBase attribute, Type type ) : System
GetHarnesses ( ) : IEnumerable
ParameterSets ( ) : IEnumerable

메소드 상세

Fixture() 공개 메소드

public Fixture ( TestFixtureAttributeBase attribute, Type type ) : System
attribute PclUnit.Run.Attributes.TestFixtureAttributeBase
type System.Type
리턴 System

GetHarnesses() 공개 메소드

public GetHarnesses ( ) : IEnumerable
리턴 IEnumerable

ParameterSets() 공개 메소드

public ParameterSets ( ) : IEnumerable
리턴 IEnumerable