4 instantiations of TestSession
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleWrapper.cs (2)
242
? new
TestSession
(
755
? new
TestSession
(
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
301
return new
TestSession
(testSessionInfo, eventsHandler, this);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
301
return new
TestSession
(testSessionInfo, eventsHandler, this);
4 references to TestSession
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
TestSession.cs (4)
34
/// Initializes a new instance of the <see cref="
TestSession
"/> class.
51
/// Destroys the current instance of the <see cref="
TestSession
"/> class.
56
/// Disposes of the current instance of the <see cref="
TestSession
"/> class.
66
/// Disposes of the current instance of the <see cref="
TestSession
"/> class.