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

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.
Type[] TypeArgs { get; }

Get the TypeArgs if separately set