<PackageReference Include="NUnit" Version="4.3.2" />

NUnit.Framework.Interfaces.ITestFixtureData

public interface ITestFixtureData : ITestData
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 { public interface ITestFixtureData : ITestData { Type[] TypeArgs { get; } } }