Wojciech Przechodzeń

Results 8 comments of Wojciech Przechodzeń

We need some tests for that PR.

Hello, I've just merged PR that fix broken build and we will try to review the main PR in next week. Thanks for your contribution :)

If everything is ok with the PR we will release new version of JUnitParams since there is quite a lot of changes.

Hello, thank you for your PR! Can you describe what was a reason of the problem? Maybe we can suggest something to user in exception message because `Instantiation failed` is...

No, method which creates parameters runs before any `@Before` methods. JUnitParams just generates new test case for every parameter set but doesn't interfere in JUnit test's lifecycle, so `@Before` method...

Hello, thanks for your PR. We looked through it but we are not sure what goal you're trying to achieve. 1) filter some of generated params test for single method...

I experience the same problem

Since Spring 4.2 you can use [Spring Method Rule](http://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit4/rules/SpringMethodRule.html) that allow you to be independent of any Runner.