C# Class PclUnit.Style.Xunit.ClassDataAttribute

Inheritance: DataAttribute
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
ClassDataAttribute ( Type @class ) : System

Initializes a new instance of the ClassDataAttribute class.

GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable

Method Details

ClassDataAttribute() public method

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

GetData() public method

public GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable
methodUnderTest System.Reflection.MethodInfo
parameterTypes System.Type
return IEnumerable