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

NUnit.Framework.TestCaseAttribute<T1, T2>

public class TestCaseAttribute<T1, T2> : TestCaseAttribute
Marks a method as a parameterized test suite and provides arguments for each test case.
namespace NUnit.Framework { public class TestCaseAttribute<T1, T2> : TestCaseAttribute { public TestCaseAttribute(T1 argument1, T2 argument2); } }