I want to see source for particular class. For example, now I work with JUnit and in code have this line:
Result result = JUnitCore.runClasses(MyClassTest.class);
I want to see how is implemented Result class. Is it possible?
I imported JUnit jar into build path. I am using Eclipse 3.6 Helios.