C# Class PclUnit.Style.Xunit.InlineDataAttribute

Inheritance: DataAttribute
Show file Open project: jbtule/PclUnit

Private Properties

Property Type Description

Public Methods

Method Description
GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable

Returns the data to be used to test the theory.

InlineDataAttribute ( ) : System

Initializes a new instance of the InlineDataAttribute class.

Method Details

GetData() public method

Returns the data to be used to test the theory.
public GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable
methodUnderTest System.Reflection.MethodInfo The method that is being tested
parameterTypes System.Type The types of the parameters for the test method
return IEnumerable

InlineDataAttribute() public method

Initializes a new instance of the InlineDataAttribute class.
public InlineDataAttribute ( ) : System
return System