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

SetUpAttribute

public class SetUpAttribute : Attribute
SetUpAttribute is used in a TestFixture to identify a method that is called immediately before each test is run. It is also used in a SetUpFixture to identify the method that is called once, before any of the subordinate tests are run.
public SetUpAttribute()