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

Converting tests to MSTEST #46

Merged
merged 1 commit into from Apr 9, 2012
Merged

Converting tests to MSTEST #46

merged 1 commit into from Apr 9, 2012

Conversation

aliakb
Copy link

@aliakb aliakb commented Apr 6, 2012

I have converted our unit tests to mstest framework to enable testing on WinMD library. The old tests will stay for now.

{
_serviceBus = ServiceBusService.Create(ServiceNamespace, UserName, Password);
}
return _serviceBus;
Copy link

Choose a reason for hiding this comment

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

I believe we usually put a new line between a scope closing and the next statement.

Copy link
Author

Choose a reason for hiding this comment

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

It's not used anywhere else in the project, so I don't think it makes sense to do it in this particular place. I don't think it affects readability much, so it doesn't really matter.

aliakb pushed a commit that referenced this pull request Apr 9, 2012
Converting tests to MSTEST
@aliakb aliakb merged commit 105089a into Azure:dev Apr 9, 2012
huangpf added a commit that referenced this pull request Jul 13, 2015
yugangw-msft pushed a commit that referenced this pull request Aug 18, 2015
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.

2 participants