Method Start
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
Start(AssemblyRunnerStartOptions?)
Starts running tests. This call returns immediately, and status results are dispatched to the events on this class. Callers can check Status to find out the current status.
public void Start(AssemblyRunnerStartOptions? startOptions = null)
Parameters
startOptionsThe optional start options.