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

상속: Run.Attributes.TestAttributeBase
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
GetCategories ( MethodInfo method ) : IList
GetDescription ( MethodInfo method ) : string
GetTimeout ( MethodInfo method ) : int

메소드 상세

GetCategories() 공개 메소드

public GetCategories ( MethodInfo method ) : IList
method System.Reflection.MethodInfo
리턴 IList

GetDescription() 공개 메소드

public GetDescription ( MethodInfo method ) : string
method System.Reflection.MethodInfo
리턴 string

GetTimeout() 공개 메소드

public GetTimeout ( MethodInfo method ) : int
method System.Reflection.MethodInfo
리턴 int