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

NUnit.Framework.TestFixtureAttribute

public object[] Arguments { get; }

public string Author { get; set; }

public string Category { get; set; }

public string Description { get; set; }

public bool Explicit { get; set; }

public string Ignore { get; set; }

public string IgnoreReason { get; set; }

public IPropertyBag Properties { get; }

public string Reason { get; set; }

public RunState RunState { get; }

public string TestName { get; set; }

public Type TestOf { get; set; }

public Type[] TypeArgs { get; set; }

Get or set the type arguments. If not set explicitly, any leading arguments that are Types are taken as type arguments.

Default constructor

public TestFixtureAttribute(object[] arguments)

Construct with a object[] representing a set of arguments. The arguments may later be separated into type arguments and constructor arguments.

Builds a single test fixture from the specified type.

Builds a single test fixture from the specified type.