Closed GoogleCodeExporter closed 8 years ago
Hi,
unfortunately it cannot work, and for standard JUnit Parameterized it's also
working only partially (clicking on a parameter set works, clicking on the
method name does not). The problem is that eclipse is using a displayName field
of a test class/method description for finding class and method name to jump
to. In order to be able to show parameters properly and readably I had to cheat
a bit and now eclipse thinks that the printed parameters are a test method
name, and that printed test method name is a class name. This can not be fixed
with the current layout of tests in the view, sorry.
If I ever come up with any solution to this, be sure it'll be my no.1
Original comment by lipinski...@gmail.com
on 10 Feb 2012 at 10:31
Now I've implemented a workaround. If you pass a system property
-DJUnitParams.flat=true, you'll get a flat, clickable list. But you loose the
parameter data in the descriptions.
Original comment by lipinski...@gmail.com
on 7 Nov 2013 at 3:35
Original issue reported on code.google.com by
andreas....@gmail.com
on 31 Jan 2012 at 8:36