C# Класс NUnit.Framework.Internal.ParameterizedMethodSuite

ParameterizedMethodSuite holds a collection of individual TestMethods with their arguments applied.
Наследование: TestSuite
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ParameterizedMethodSuite ( MethodInfo method ) : System.Reflection

Construct from a MethodInfo

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

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

Construct from a MethodInfo
public ParameterizedMethodSuite ( MethodInfo method ) : System.Reflection
method MethodInfo
Результат System.Reflection