C# Класс PclUnit.Style.Xunit.InlineDataAttribute

Наследование: DataAttribute
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

GetData() публичный Метод

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
Результат IEnumerable

InlineDataAttribute() публичный Метод

Initializes a new instance of the InlineDataAttribute class.
public InlineDataAttribute ( ) : System
Результат System