Runs JExample tests. Delegates all logic to the singleton {@link ExampleGraph}. Assumes that JUnit first creates an instance of each classes under test, and only when all instances are created starts calling {@link #run(RunNotifier)} on any of these instances. Current versions ofJUnit's eclipse plug-in do so (as of Eclipse 3.4 and JUnit 4.4).
All test classes passed to this Runner must be annotated with @ {@link RunWith}(JExample.class) annotations.
@author Adrian Kuhn, 2007-2008
@author Lea Haensenberger, 2007