Uses of Class
bb.util.JUnitExecutor.RunListenerAbstract

Packages that use JUnitExecutor.RunListenerAbstract
bb.util Provides miscellaneous utility classes and interfaces. 
 

Uses of JUnitExecutor.RunListenerAbstract in bb.util
 

Subclasses of JUnitExecutor.RunListenerAbstract in bb.util
private static class JUnitExecutor.FindTestEvents
          Stores all events that occur while finding classes with JUnit tests, from which it can generate a report.
private static class JUnitExecutor.StdStreamSwapper
          Every time that a test method is about to be executed, this intercepts the standard streams (out and err) and captures any output.
private static class JUnitExecutor.TestRunEvents
          Stores all events which occur during a test run, from which it can generate a report.