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

DefaultTestAssemblyBuilder

DefaultTestAssemblyBuilder loads a single assembly and builds a TestSuite containing test fixtures present in the assembly.

Initializes a new instance of the DefaultTestAssemblyBuilder class.

public ITest Build(Assembly assembly, IDictionary<string, object> options)

Build a suite of tests from a provided assembly

public ITest Build(string assemblyName, IDictionary<string, object> options)

Build a suite of tests given the filename of an assembly