Class ParameterizedFixtureSuite
ParameterizedFixtureSuite serves as a container for the set of test fixtures created from a given Type using various parameters.
public class ParameterizedFixtureSuite : TestSuite, ITest, IXmlNodeBuilder, IComparable
- Inheritance
-
ParameterizedFixtureSuite
- Implements
- Inherited Members
Constructors
ParameterizedFixtureSuite(Type)
Initializes a new instance of the ParameterizedFixtureSuite class.
public ParameterizedFixtureSuite(Type type)
Parameters
type
TypeThe type.
Properties
ParameterizedType
Gets the Type represented by this suite.
public Type ParameterizedType { get; }
Property Value
- Type
A Sysetm.Type.
TestType
Gets a string representing the type of test
public override string TestType { get; }