Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-process vstest.console #3728

Merged
merged 28 commits into from
Jul 21, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Implemented more wrapper methods
  • Loading branch information
Codrin Poienaru committed Jun 28, 2022
commit 7aa7214adf553d514f1d1c53798781a621b1483b
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class TestSession : ITestSession
/// <param name="eventsHandler">The session event handler.</param>
/// <param name="consoleWrapper">The encapsulated console wrapper.</param>
public TestSession(
TestSessionInfo testSessionInfo,
TestSessionInfo? testSessionInfo,
ITestSessionEventsHandler eventsHandler,
IVsTestConsoleWrapper consoleWrapper)
{
Expand Down
Loading