1 implementation of ITestSession
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
TestSession.cs (1)
23public class TestSession : ITestSession
24 references to ITestSession
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (12)
Interfaces\IVsTestConsoleWrapper.cs (3)
34ITestSession? StartTestSession( 50ITestSession? StartTestSession( 68ITestSession? StartTestSession(
Interfaces\IVsTestConsoleWrapperAsync.cs (3)
35Task<ITestSession?> StartTestSessionAsync( 49Task<ITestSession?> StartTestSessionAsync( 65Task<ITestSession?> StartTestSessionAsync(
VsTestConsoleWrapper.cs (6)
193public ITestSession? StartTestSession( 207public ITestSession? StartTestSession( 223public ITestSession? StartTestSession( 706public async Task<ITestSession?> StartTestSessionAsync( 720public async Task<ITestSession?> StartTestSessionAsync( 736public async Task<ITestSession?> StartTestSessionAsync(
vstest.console (6)
InProcessVsTestConsoleWrapper.cs (6)
215public ITestSession? StartTestSession( 225public ITestSession? StartTestSession( 241public ITestSession? StartTestSession( 1221public async Task<ITestSession?> StartTestSessionAsync( 1236public async Task<ITestSession?> StartTestSessionAsync( 1253public Task<ITestSession?> StartTestSessionAsync(
vstest.console.arm64 (6)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (6)
215public ITestSession? StartTestSession( 225public ITestSession? StartTestSession( 241public ITestSession? StartTestSession( 1221public async Task<ITestSession?> StartTestSessionAsync( 1236public async Task<ITestSession?> StartTestSessionAsync( 1253public Task<ITestSession?> StartTestSessionAsync(