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

CommandBuilder

public static class CommandBuilder
public static List<SetUpTearDownItem> BuildSetUpTearDownList(Type fixtureType, Type setUpType, Type tearDownType)

Gets the command to be executed before any of the child tests are run.

public static TestCommand MakeOneTimeTearDownCommand(TestSuite suite, List<SetUpTearDownItem> setUpTearDownItems, List<TestActionItem> actions)

Gets the command to be executed after all of the child tests are run.

Creates a test command for use in running this test.