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

[Enhancement] for parameterized JUnit test, Parameter annotation - V2 #483

Merged
0 commits merged into from Aug 17, 2012
Merged

[Enhancement] for parameterized JUnit test, Parameter annotation - V2 #483

0 commits merged into from Aug 17, 2012

Conversation

ghost
Copy link

@ghost ghost commented Aug 17, 2012

Hi,

I added the new annotation @parameter in your framework for JUnit tests that are ran with the Parameterized runner. With this new annotation, no constructor for the test classes. When a field parameter is annoted with @parameter, this field is reflectively set.

Let me know what do you think about it.

Thank you.

Best,

Jérémy Hérault

@matthewfarwell
Copy link
Contributor

Gosh, that's a lot of commits. Can you do a squash just to have a single commit please?

@ghost ghost merged commit 6a8215a into junit-team:master Aug 17, 2012
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants