C# Class NUnit.Framework.Internal.ParameterizedMethodSuite

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

Méthodes publiques

Méthode Description
ParameterizedMethodSuite ( MethodInfo method ) : System.Reflection

Construct from a MethodInfo

Method Details

ParameterizedMethodSuite() public méthode

Construct from a MethodInfo
public ParameterizedMethodSuite ( MethodInfo method ) : System.Reflection
method MethodInfo
Résultat System.Reflection