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

Use xUnit Runner nuget package #430

Closed
snluu opened this issue Jun 22, 2015 · 3 comments
Closed

Use xUnit Runner nuget package #430

snluu opened this issue Jun 22, 2015 · 3 comments

Comments

@snluu
Copy link
Contributor

snluu commented Jun 22, 2015

Hi all!

I'm new to our codebase and was trying to debug through some test cases to get familiar with the code paths. I was having a hard time running those test cases externally (from the tools folder). xUnit has an official nuget package that allows running (and debugging) test cases right from VS. More info here: http://xunit.github.io/docs/running-tests-in-vs.html

What's your thought on the matter?

@MehdiK
Copy link
Member

MehdiK commented Jun 23, 2015

I'm happy for that to be added. Thanks.

@snluu
Copy link
Contributor Author

snluu commented Jun 23, 2015

Cool! I'll send a PR sometime late this week.

@snluu
Copy link
Contributor Author

snluu commented Jun 25, 2015

It appears that this extension counts tests a bit differently. I suspect it's counting unique tests and not the inline data:

image

vs.

image

However, I verified that debugging a test case will run through all the dimensions, in no particular order:

image

image

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

No branches or pull requests

2 participants