Hi! Instead of using Rules (or do I missunderstand something?), you could annotate the test-class MyTest with @Runwith(Parametrized.class) and then a public
Hi All,
I am a beginner in Junit4. I need your help to write a parameterised
Junit test case. This will help me in learning Junit in a better way. I
am
I am happy to inform that I was able to make the test classes work. It was really strange because the tests from other modules were running but these weren't