C# Class PclUnit.Style.Xunit.FactAttribute

Inheritance: Run.Attributes.TestAttributeBase
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
GetCategories ( MethodInfo method ) : IList
GetDescription ( MethodInfo method ) : string
GetTimeout ( MethodInfo method ) : int

Method Details

GetCategories() public method

public GetCategories ( MethodInfo method ) : IList
method System.Reflection.MethodInfo
return IList

GetDescription() public method

public GetDescription ( MethodInfo method ) : string
method System.Reflection.MethodInfo
return string

GetTimeout() public method

public GetTimeout ( MethodInfo method ) : int
method System.Reflection.MethodInfo
return int