TestCaseSourceAttribute public class TestCaseSourceAttribute : TestCaseBuilderAttribute, ITestBuilder, IImplyFixture Documentation Code public string Category { get; set; } public string SourceName { get; } public Type SourceType { get; } public TestCaseSourceAttribute(string sourceName) public TestCaseSourceAttribute(Type sourceType, string sourceName, object[] constructorParameters) public TestCaseSourceAttribute(Type sourceType) public IEnumerable<TestMethod> BuildFrom(MethodInfo method, Test suite) public IEnumerable<ITestCaseData> GetTestCasesFor(MethodInfo method)