<PackageReference Include="NUnit" Version="3.0.0-rc-3" />

DefaultSuiteBuilder

Built-in SuiteBuilder for all types of test classes.

public TestSuite BuildFrom(ITypeInfo typeInfo)

Build a TestSuite from TypeInfo provided.

public bool CanBuildFrom(ITypeInfo typeInfo)

Checks to see if the provided Type is a fixture. To be considered a fixture, it must be a non-abstract class with one or more attributes implementing the IFixtureBuilder interface or one or more methods marked as tests.