TestFixture public class TestFixture : TestSuite, IDisposableFixture TestFixture is a surrogate for a user test fixture class, containing one or more tests. Documentation Code public TestFixture(ITypeInfo fixtureType, object[] arguments = null) Initializes a new instance of the TestFixture class.