Howdy,
First things first:
That's nice work with Infinitest. There aren't many Eclipse plugins
that work right out of the box like this one did.
I see Infinitest run, I see it report a failing test as it should, and
it even gives me an error marker at the point where the test failed
(an exception thrown). I like this very much!
What I'm missing is a way to get at the stack trace between point of
failure and start of the @Test-annotated function where the trouble
began, like in the JUnit view of Eclipse.
Currently, I'm forced to Alt-Enter the error message, copy the class
name from the Description field, close the dialog, Ctrl-Shift-T, paste
the class name, find the function mentioned in the error message, then
Alt-Shift-D T the function name to re-debug the failing test in the
JUnit view.
It's as awkward as it sounds, so: is there a better way?
Am I overlooking something? Is it on the Todo list?
I'm using the plugin as it comes on
infinitest.github.com as of today.