Method Find
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
Find(XunitProjectAssembly, TestAssemblyInfo, IMessageSink, IMessageSink?, ISourceInformationProvider?)
Starts the process of finding tests in an assembly.
ITestProcessBase Find(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