C# Class PclUnit.Style.Xunit.ClassDataAttribute

Inheritance: DataAttribute
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
ClassDataAttribute ( Type @class ) : System

Initializes a new instance of the ClassDataAttribute class.

GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable

Method Details

ClassDataAttribute() public méthode

Initializes a new instance of the ClassDataAttribute class.
public ClassDataAttribute ( Type @class ) : System
@class System.Type
Résultat System

GetData() public méthode

public GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable
methodUnderTest System.Reflection.MethodInfo
parameterTypes System.Type
Résultat IEnumerable