bb.util
Class JUnitExecutor.FindTestEvents
java.lang.Object
org.junit.runner.notification.RunListener
bb.util.JUnitExecutor.RunListenerAbstract
bb.util.JUnitExecutor.FindTestEvents
- Enclosing class:
- JUnitExecutor
private static class JUnitExecutor.FindTestEvents
- extends JUnitExecutor.RunListenerAbstract
Stores all events that occur while finding classes with JUnit tests, from which it can generate a report.
This class is multithread safe: every method is synchronized.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classesNeedTests
private final Set<Class> classesNeedTests
loadFailures
private final SortedSet<String> loadFailures
JUnitExecutor.FindTestEvents
private JUnitExecutor.FindTestEvents()
needsTests
private void needsTests(Class c)
classLoadFailed
private void classLoadFailed(File classFile,
Throwable t)
getEvents
private String getEvents()