TestCaseAttribute<T1, T2, T3, T4, T5> public class TestCaseAttribute<T1, T2, T3, T4, T5> : TestCaseAttribute Marks a method as a parameterized test suite and provides arguments for each test case. Documentation Code public TestCaseAttribute(T1 argument1, T2 argument2, T3 argument3, T4 argument4, T5 argument5) Construct a TestCaseAttribute with a list of arguments.