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

SetUpFixture

SetUpFixture extends TestSuite and supports Setup and TearDown methods.
public ITypeInfo TypeInfo { get; }

Gets the TypeInfo of the fixture used in running this test.

public SetUpFixture(ITypeInfo type)

Initializes a new instance of the SetUpFixture class.

public SetUpFixture(SetUpFixture setUpFixture, ITestFilter filter)

Creates a copy of the given suite with only the descendants that pass the specified filter.