C# Class PclUnit.Style.Xunit.InlineDataAttribute

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat IEnumerable

InlineDataAttribute() public méthode

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