1 implementation of IVsTestConsoleWrapper
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
35public class VsTestConsoleWrapper : IVsTestConsoleWrapper
27 references to IVsTestConsoleWrapper
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (27)
Interfaces\IVsTestConsoleWrapperAsync.cs (26)
16/// Asynchronous equivalent of <see cref="IVsTestConsoleWrapper"/>. 21/// Asynchronous equivalent of <see cref="IVsTestConsoleWrapper.StartSession"/>. 28/// IVsTestConsoleWrapper.InitializeExtensions( 36/// IVsTestConsoleWrapper.DiscoverTests( 49/// IVsTestConsoleWrapper.DiscoverTests( 64/// IVsTestConsoleWrapper.DiscoverTests( 80/// See <see cref="IVsTestConsoleWrapper.CancelDiscovery"/>. 87/// IVsTestConsoleWrapper.RunTests( 100/// IVsTestConsoleWrapper.RunTests( 115/// IVsTestConsoleWrapper.RunTests( 132/// IVsTestConsoleWrapper.RunTests( 151/// IVsTestConsoleWrapper.RunTests( 164/// IVsTestConsoleWrapper.RunTests( 179/// IVsTestConsoleWrapper.RunTests( 196/// IVsTestConsoleWrapper.RunTests( 215/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 230/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 247/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 266/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 287/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 302/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 319/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 338/// IVsTestConsoleWrapper.RunTestsWithCustomTestHost( 358/// See <see cref="IVsTestConsoleWrapper.CancelTestRun"/>. 364/// See <see cref="IVsTestConsoleWrapper.AbortTestRun"/>. 412/// See <see cref="IVsTestConsoleWrapper.EndSession"/>.
VsTestConsoleWrapper.cs (1)
32/// An implementation of <see cref="IVsTestConsoleWrapper"/> to invoke test operations