Interface ITestFixtureData
- Namespace
- NUnit.Framework.Interfaces
- Assembly
- nunit.framework.dll
The ITestCaseData interface is implemented by a class that is able to return the data required to create an instance of a parameterized test fixture.
public interface ITestFixtureData : ITestData
- Inherited Members
Properties
TypeArgs
Get the TypeArgs if separately set
Type[] TypeArgs { get; }
Property Value
- Type[]