NUnit.Framework.TestCaseAttribute<T>
Marks a method as a parameterized test suite and provides arguments for each test case.
namespace NUnit.Framework
{
public class TestCaseAttribute<[System.Runtime.CompilerServices.Nullable(2)] T> : TestCaseAttribute
{
public TestCaseAttribute(T argument);
}
}