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

Generating unique TestCase name should include more data #6

Closed
maciejmikosik opened this issue Dec 4, 2014 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@maciejmikosik
Copy link
Owner

BodyTester uses item to generate unique name.
It should also use its fields (including implicit if is inner class).

@maciejmikosik maciejmikosik added this to the 0.2.1 milestone Dec 5, 2014
@maciejmikosik maciejmikosik self-assigned this Dec 5, 2014
@maciejmikosik
Copy link
Owner Author

Different mechanism was implemented.
If test has colliding name, it will have consecutive ordinal added at the end of that name.
This is more aggressive but safer aproach.
e8627ca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant