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

TestAssembly

public class TestAssembly : TestSuite
TestAssembly is a TestSuite that represents the execution of tests in a managed assembly.
public Assembly Assembly { get; }

Gets the Assembly represented by this instance.

public TestAssembly(Assembly assembly, string path)

Initializes a new instance of the TestAssembly class specifying the Assembly and the path from which it was loaded.

public TestAssembly(string path)

Initializes a new instance of the TestAssembly class for a path which could not be loaded.