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

Add support for test names that contain data #20

Merged
merged 1 commit into from
Oct 22, 2017

Conversation

avranju
Copy link
Contributor

@avranju avranju commented Oct 22, 2017

In some cases test names include data in them. For e.g. when using xUnit you can create the so-called 'Theory' tests which run a given test with different inputs generated by a static method. In this case the test platform returns individual tests with different inputs. This commit fixes the parsing logic to allow for such tests to be included in the test explorer.

In some cases test names include data in them. For e.g. when using xUnit you can create the so-called 'Theory' tests which run a given test with different inputs generated by a static method. In this case the test platform returns individual tests with different inputs. This commit fixes the parsing the logic to allow for such tests to be included in the test explorer.
@formulahendry formulahendry merged commit 7635b26 into formulahendry:master Oct 22, 2017
@formulahendry
Copy link
Owner

Thanks!

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