TestCaseAttribute<T> public class TestCaseAttribute<T> : TestCaseAttribute Marks a method as a parameterized test suite and provides arguments for each test case. Documentation Code public TestCaseAttribute(T argument) Construct a TestCaseAttribute with a list of arguments.