Method Run
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
Run(XunitProjectAssembly, TestAssemblyInfo, IMessageSink, IMessageSink?, ISourceInformationProvider?)
Starts the process of running tests in the assembly.
ITestProcessBase Run(XunitProjectAssembly projectAssembly, TestAssemblyInfo assemblyInfo, IMessageSink messageSink, IMessageSink? diagnosticMessageSink, ISourceInformationProvider? sourceInformationProvider)
Parameters
projectAssemblyThe test assembly
assemblyInfoThe test assembly information (from GetAssemblyInfo(XunitProjectAssembly))
messageSinkThe message sink to report results back to.
diagnosticMessageSinkThe message to report diagnostic messages to.
sourceInformationProviderThe source information provider used to add file and line information to discovered tests