Interface ITestFixtureData
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.
Namespace: NUnit.Framework.Interfaces
Assembly: nunit.framework.dll
Syntax
public interface ITestFixtureData : ITestData
Properties
View SourceTypeArgs
Get the TypeArgs if separately set
Declaration
Type[]? TypeArgs { get; }
Property Value
Type | Description |
---|---|
Type[] |