1 implementation of IVsTestConsoleWrapper
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleWrapper.cs (1)
35
public class VsTestConsoleWrapper :
IVsTestConsoleWrapper
30 references to IVsTestConsoleWrapper
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (30)
Interfaces\IVsTestConsoleWrapperAsync.cs (29)
16
/// Asynchronous equivalent of <see cref="
IVsTestConsoleWrapper
"/>.
20
/// The type is obsolete as a reference: consumers should name the derived <see cref="
IVsTestConsoleWrapper
"/>
27
/// <see cref="
IVsTestConsoleWrapper
"/>, which is how virtually every consumer reaches these methods, so
35
/// reachable, without any warning, through <see cref="
IVsTestConsoleWrapper
"/> — which is what code that only
47
/// Asynchronous equivalent of <see cref="
IVsTestConsoleWrapper
.StartSession"/>.
54
///
IVsTestConsoleWrapper
.InitializeExtensions(
62
///
IVsTestConsoleWrapper
.DiscoverTests(
75
///
IVsTestConsoleWrapper
.DiscoverTests(
90
///
IVsTestConsoleWrapper
.DiscoverTests(
106
/// See <see cref="
IVsTestConsoleWrapper
.CancelDiscovery"/>.
113
///
IVsTestConsoleWrapper
.RunTests(
126
///
IVsTestConsoleWrapper
.RunTests(
141
///
IVsTestConsoleWrapper
.RunTests(
158
///
IVsTestConsoleWrapper
.RunTests(
177
///
IVsTestConsoleWrapper
.RunTests(
190
///
IVsTestConsoleWrapper
.RunTests(
205
///
IVsTestConsoleWrapper
.RunTests(
222
///
IVsTestConsoleWrapper
.RunTests(
241
///
IVsTestConsoleWrapper
.RunTestsWithCustomTestHost(
256
///
IVsTestConsoleWrapper
.RunTestsWithCustomTestHost(
273
///
IVsTestConsoleWrapper
.RunTestsWithCustomTestHost(
292
///
IVsTestConsoleWrapper
.RunTestsWithCustomTestHost(
313
///
IVsTestConsoleWrapper
.RunTestsWithCustomTestHost(
328
///
IVsTestConsoleWrapper
.RunTestsWithCustomTestHost(
345
///
IVsTestConsoleWrapper
.RunTestsWithCustomTestHost(
364
///
IVsTestConsoleWrapper
.RunTestsWithCustomTestHost(
384
/// See <see cref="
IVsTestConsoleWrapper
.CancelTestRun"/>.
390
/// See <see cref="
IVsTestConsoleWrapper
.AbortTestRun"/>.
438
/// See <see cref="
IVsTestConsoleWrapper
.EndSession"/>.
VsTestConsoleWrapper.cs (1)
32
/// An implementation of <see cref="
IVsTestConsoleWrapper
"/> to invoke test operations