Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void RunTestsOnAssembly(Assembly, bool, string)

Declaration

public static void RunTestsOnAssembly(
    Assembly assembly,
    bool suppressTimesInLog = false,
    string filter = null
)

Summary

Runs NUnit-compatible unit tests in an assembly in a debugger-friendly way.

Parameters

Assemblyassembly The assembly containing the unit tests to run.
boolsuppressTimesInLog Indicates whether to suppress the timing information in the log output produced. Defaults to false.
stringfilter If not null (the default), only tests that match this regular expression are run.