Uses of Interface
junit.framework.TestListener
Packages that use TestListener
Package
Description
Provides JUnit v3.x core classes.
Provides JUnit v3.x test runners.
Provides JUnit v3.x command line based tool to run tests.
Provides implementations of
Runner
-
Uses of TestListener in junit.framework
Fields in junit.framework with type parameters of type TestListenerMethods in junit.framework that return types with arguments of type TestListenerModifier and TypeMethodDescriptionprivate List
<TestListener> TestResult.cloneListeners()
Returns a copy of the listeners.Methods in junit.framework with parameters of type TestListenerModifier and TypeMethodDescriptionvoid
TestResult.addListener
(TestListener listener) Registers a TestListener.void
TestResult.removeListener
(TestListener listener) Unregisters a TestListener. -
Uses of TestListener in junit.runner
Classes in junit.runner that implement TestListener -
Uses of TestListener in junit.textui
Classes in junit.textui that implement TestListenerModifier and TypeClassDescriptionclass
class
A command line based tool to run tests. -
Uses of TestListener in org.junit.internal.runners
Classes in org.junit.internal.runners that implement TestListenerModifier and TypeClassDescriptionprivate static final class
Methods in org.junit.internal.runners that return TestListenerModifier and TypeMethodDescriptionJUnit38ClassRunner.createAdaptingListener
(RunNotifier notifier)