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

Get test for ImplicitActiveSheetReference inspection working #1996

Merged
merged 7 commits into from
Jul 8, 2016
Merged

Get test for ImplicitActiveSheetReference inspection working #1996

merged 7 commits into from
Jul 8, 2016

Conversation

Hosch250
Copy link
Member

@Hosch250 Hosch250 commented Jul 8, 2016

No description provided.

"C:\\Program Files\\Microsoft Office\\Root\\Office 16\\EXCEL.EXE", "_Global"),
"Cell1"), rangeDeclaration, "Variant", null, null, false, false);

var secondParamDeclaration = new ParameterDeclaration(new QualifiedMemberName(
Copy link
Member

Choose a reason for hiding this comment

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

That's some serious test setup code, that could be worth extracting to some test-helper class and reused in other tests. No?

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm going to extract it to another method for sure before I'm done. We don't use it anywhere else (yet) though, so I'm going to leave it in that class as a private method. If we ever use it somewhere else, we can expose it.

@Hosch250 Hosch250 merged commit 1c6438a into rubberduck-vba:next Jul 8, 2016
@Hosch250 Hosch250 deleted the tests branch July 20, 2016 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants