C# Класс Xunit.PairwiseDataAttribute

Provides a test method decorated with a TheoryAttribute with arguments to run various combination of values for the parameters taken by the test method using a pairwise strategy.
Наследование: DataAttribute
Показать файл Открыть проект

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

Метод Описание
GetData ( MethodInfo testMethod ) : IEnumerable

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

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

public GetData ( MethodInfo testMethod ) : IEnumerable
testMethod System.Reflection.MethodInfo
Результат IEnumerable