Method FindAndRun
- Namespace
- Xunit.Runner.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
FindAndRun(IMessageSink, FrontControllerFindAndRunSettings)
Starts the process of finding and running tests in an assembly. Typically only used by runner which do not present test discovery UIs to users that allow them to run selected tests (those should instead use Find(IMessageSink, FrontControllerFindSettings) and Run(IMessageSink, FrontControllerRunSettings) as separate operations).
public void FindAndRun(IMessageSink messageSink, FrontControllerFindAndRunSettings settings)
Parameters
messageSink
The message sink to report results back to.
settings
The settings used during discovery and execution.