Class TestProcessLauncherAdapter
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
This class adapts ITestProcessLauncher into ITestProcessDirectLauncher, including static versions that can be used be an implementation of ITestProcessDirectLauncher that must fall back to using ITestProcessLauncher code due to version requirements.
public class TestProcessLauncherAdapter : ITestProcessDirectLauncher
- Inheritance
-
TestProcessLauncherAdapter
- Implements
- Inherited Members
Constructors
- TestProcessLauncherAdapter(ITestProcessLauncher)
This class adapts ITestProcessLauncher into ITestProcessDirectLauncher, including static versions that can be used be an implementation of ITestProcessDirectLauncher that must fall back to using ITestProcessLauncher code due to version requirements.
Methods
- Find(XunitProjectAssembly, TestAssemblyInfo, IMessageSink, IMessageSink?, ISourceInformationProvider?)
Starts the process of finding tests in an assembly.
- GetAssemblyInfo(XunitProjectAssembly)
Gets the test assembly metadata.
- Run(XunitProjectAssembly, TestAssemblyInfo, IMessageSink, IMessageSink?, ISourceInformationProvider?)
Starts the process of running tests in the assembly.