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

NamespaceTreeBuilder

public class NamespaceTreeBuilder
Class that can build a tree of automatic namespace suites from a group of fixtures.
public TestSuite RootSuite { get; }

Gets the root entry in the tree created by the NamespaceTreeBuilder.

public NamespaceTreeBuilder(TestSuite rootSuite)

Initializes a new instance of the NamespaceTreeBuilder class.

public void Add(IList fixtures)

Adds the specified fixtures to the tree.

public void Add(TestSuite fixture)

Adds the specified fixture to the tree.