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

Migrate BasicEditAndContinue integration tests from Tao to .NET #19381

Merged
merged 14 commits into from
May 10, 2017

Conversation

ivanbasov
Copy link
Contributor

Fixes (almost) #16689 (also will need to remove BasicEditAndContinue.xml at another repository).

Tests only. No need for ask mode approval.

Tagging @dotnet/roslyn-ide for review


public void ExecuteStatement(string statement) => _debugger.ExecuteStatement(statement);

public void CheckExpression(string expression, string expectedType, string expectedValue)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CheckExpression [](start = 20, length = 15)

Why is this needed? can't this just be an assert in the test?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Agree. Moved asserts from InProc to OutProc.

@ivanbasov ivanbasov merged commit 7c50394 into dotnet:master May 10, 2017
@ivanbasov ivanbasov deleted the VBTests branch May 10, 2017 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants