1

Is there a way in Eclipse with or without the EclEmma plugin to find the actual test where the code in question has been tested? After searching online, I doubt it can be done, just wanted to ask here to make sure.

liquidus219
  • 129
  • 1
  • 8

1 Answers1

1

Upon a line highlighted Green or Yellow by EclEmma, set a breakpoint!

Then rerun (rather Debug) the tests :-) Not the fastest, but it'll get the job done.

Luke Usherwood
  • 3,082
  • 1
  • 28
  • 35
  • I think it does. Quote: "Is there a way **in Eclipse** with **or without** the EclEmma plugin ..." This is a trick to apply after using EclEmma, when browsing it's results. Anyway thanks, I'll edit to clarify. – Luke Usherwood Dec 10 '13 at 18:56
  • sorry, seems like a misclick from me (although the topic is on the edge of being off-topic) – Wouter J Dec 10 '13 at 19:01