1 implementation of ITestSession
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
TestSession.cs (1)
23
public class TestSession :
ITestSession
12 references to ITestSession
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (12)
Interfaces\IVsTestConsoleWrapper.cs (3)
34
ITestSession
? StartTestSession(
50
ITestSession
? StartTestSession(
68
ITestSession
? StartTestSession(
Interfaces\IVsTestConsoleWrapperAsync.cs (3)
35
Task<
ITestSession
?> StartTestSessionAsync(
49
Task<
ITestSession
?> StartTestSessionAsync(
65
Task<
ITestSession
?> StartTestSessionAsync(
VsTestConsoleWrapper.cs (6)
193
public
ITestSession
? StartTestSession(
207
public
ITestSession
? StartTestSession(
223
public
ITestSession
? StartTestSession(
706
public async Task<
ITestSession
?> StartTestSessionAsync(
720
public async Task<
ITestSession
?> StartTestSessionAsync(
736
public async Task<
ITestSession
?> StartTestSessionAsync(