1 implementation of ITestSession
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
TestSession.cs (1)
23public class TestSession : ITestSession
12 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(