Class TestFixture
TestFixture is a surrogate for a user test fixture class, containing one or more tests.
public class TestFixture : TestSuite, ITest, IXmlNodeBuilder, IComparable
- Inheritance
-
TestFixture
- Implements
- Inherited Members
Constructors
TestFixture(Type)
Initializes a new instance of the TestFixture class.
public TestFixture(Type fixtureType)
Parameters
fixtureType
TypeType of the fixture.