1 implementation of ITestSession
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
TestSession.cs (1)
23
public class TestSession :
ITestSession
24 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(
vstest.console (6)
InProcessVsTestConsoleWrapper.cs (6)
215
public
ITestSession
? StartTestSession(
225
public
ITestSession
? StartTestSession(
241
public
ITestSession
? StartTestSession(
1221
public async Task<
ITestSession
?> StartTestSessionAsync(
1236
public async Task<
ITestSession
?> StartTestSessionAsync(
1253
public Task<
ITestSession
?> StartTestSessionAsync(
vstest.console.arm64 (6)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (6)
215
public
ITestSession
? StartTestSession(
225
public
ITestSession
? StartTestSession(
241
public
ITestSession
? StartTestSession(
1221
public async Task<
ITestSession
?> StartTestSessionAsync(
1236
public async Task<
ITestSession
?> StartTestSessionAsync(
1253
public Task<
ITestSession
?> StartTestSessionAsync(