C# Class NUnit.Framework.Internal.ParameterizedMethodSuite

ParameterizedMethodSuite holds a collection of individual TestMethods with their arguments applied.
Inheritance: TestSuite
Exibir arquivo Open project: pjcollins/Andr.Unit Class Usage Examples

Public Methods

Method Description
ParameterizedMethodSuite ( MethodInfo method ) : System.Reflection

Construct from a MethodInfo

Method Details

ParameterizedMethodSuite() public method

Construct from a MethodInfo
public ParameterizedMethodSuite ( MethodInfo method ) : System.Reflection
method MethodInfo
return System.Reflection