Class ParameterizedMethodSuite
ParameterizedMethodSuite holds a collection of individual TestMethods with their arguments applied.
public class ParameterizedMethodSuite : TestSuite, ITest, IXmlNodeBuilder, IComparable
- Inheritance
-
ParameterizedMethodSuite
- Implements
- Inherited Members
Constructors
ParameterizedMethodSuite(MethodInfo)
Construct from a MethodInfo
public ParameterizedMethodSuite(MethodInfo method)
Parameters
method
MethodInfo
Properties
TestType
Gets a string representing the type of test
public override string TestType { get; }