Is there any annotation in Junit to exclude a non param test in parameterized test class?
A:
No. The best practice is to move those non-parameterized tests to a different class (.java file)
Jeanne Boyarsky
2010-07-29 23:05:55