C# Class PclUnit.Style.Xunit.FactAttribute

Inheritance: Run.Attributes.TestAttributeBase
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
GetCategories ( MethodInfo method ) : IList
GetDescription ( MethodInfo method ) : string
GetTimeout ( MethodInfo method ) : int

Method Details

GetCategories() public méthode

public GetCategories ( MethodInfo method ) : IList
method System.Reflection.MethodInfo
Résultat IList

GetDescription() public méthode

public GetDescription ( MethodInfo method ) : string
method System.Reflection.MethodInfo
Résultat string

GetTimeout() public méthode

public GetTimeout ( MethodInfo method ) : int
method System.Reflection.MethodInfo
Résultat int