3 implementations of IVsTestConsoleWrapper
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
36public class VsTestConsoleWrapper : IVsTestConsoleWrapper
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
39internal class InProcessVsTestConsoleWrapper : IVsTestConsoleWrapper
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
39internal class InProcessVsTestConsoleWrapper : IVsTestConsoleWrapper
34 references to IVsTestConsoleWrapper
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (34)
Interfaces\IVsTestConsoleWrapperAsync.cs (31)
17/// Asynchronous equivalent of <see cref="IVsTestConsoleWrapper"/>. 22/// Asynchronous equivalent of <see cref="IVsTestConsoleWrapper.StartSession"/>. 29/// IVsTestConsoleWrapper.StartTestSession( 42/// IVsTestConsoleWrapper.StartTestSession( 57/// IVsTestConsoleWrapper.StartTestSession( 74/// IVsTestConsoleWrapper.StopTestSession( 85/// IVsTestConsoleWrapper.StopTestSession( 98/// IVsTestConsoleWrapper.InitializeExtensions( 106/// IVsTestConsoleWrapper.DiscoverTests( 119/// IVsTestConsoleWrapper.DiscoverTests( 134/// IVsTestConsoleWrapper.DiscoverTests( 150/// See <see cref="IVsTestConsoleWrapper.CancelDiscovery"/>. 157/// IVsTestConsoleWrapper.RunTests( 170/// IVsTestConsoleWrapper.RunTests( 185/// IVsTestConsoleWrapper.RunTests( 202/// IVsTestConsoleWrapper.RunTests( 221/// IVsTestConsoleWrapper.RunTests( 234/// IVsTestConsoleWrapper.RunTests( 249/// IVsTestConsoleWrapper.RunTests( 266/// IVsTestConsoleWrapper.RunTests( 285/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 300/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 317/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 336/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 357/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 372/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 389/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 408/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 428/// See <see cref="IVsTestConsoleWrapper.CancelTestRun"/>. 434/// See <see cref="IVsTestConsoleWrapper.AbortTestRun"/>. 482/// See <see cref="IVsTestConsoleWrapper.EndSession"/>.
TestSession.cs (2)
28private readonly IVsTestConsoleWrapper _consoleWrapper; 43IVsTestConsoleWrapper consoleWrapper)
VsTestConsoleWrapper.cs (1)
33/// An implementation of <see cref="IVsTestConsoleWrapper"/> to invoke test operations