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

NUnit.Framework.TestFixtureSourceAttribute

public const string MUST_BE_STATIC = "The sourceName specified on a TestCaseSourceAttribute must refer to a static field, property or method."

public string Category { get; set; }

public string SourceName { get; }

public Type SourceType { get; }

public Type[] TypeArgs { get; set; }

public TestFixtureSourceAttribute(string sourceName)

public TestFixtureSourceAttribute(Type sourceType, string sourceName)

public TestFixtureSourceAttribute(Type sourceType)