Open GoogleCodeExporter opened 9 years ago
I'm not sure if this can be solved at all - a Fit test is not a Java class, and
a FitSuite is not a regular JUnit suite, it just contains the Fit test file
names as children, so you can watch the progress of the suite when running it
under Eclipse or Maven surefire.
If you click on the name of a test in the suite in the JUnit view of Eclipse,
you'd normally see the correspoding test class or method in an editor view, but
for a Fit suite, you get an error message, since the Fit test name is not a
Java class or method name.
I don't know what JMockit expects here. I wouldn't mind prefixing the test name
with the FitSuite class name if this is sufficient to make things work - is
JMockit able to deal with display names that contain a class name plus some
extra text?
And how does mockit.integration.junit4.internal.RunNotifierDecorator hook into
the RunNotifier?
Original comment by hwellman...@gmail.com
on 14 Nov 2011 at 6:59
Original issue reported on code.google.com by
daniel.m...@gmail.com
on 18 Oct 2011 at 8:59