<PackageReference Include="NUnit" Version="3.0.0-alpha-2" />

FixtureBuilderAttribute

public abstract class FixtureBuilderAttribute : Attribute
The abstract base class for all NUnit attributes that build fixtures. The derived class should implement IFixtureBuilder. It is not implemented by this class to allow for future fixture-building interfaces.

Default constructor