Uses of Interface
junit.framework.TestListener
-
Packages that use TestListener Package Description junit.framework Provides JUnit v3.x core classes.junit.runner Provides JUnit v3.x test runners.junit.textui Provides JUnit v3.x command line based tool to run tests.org.junit.internal.runners Provides implementations ofRunner
-
-
Uses of TestListener in junit.framework
Fields in junit.framework with type parameters of type TestListener Modifier and Type Field Description protected java.util.List<TestListener>
TestResult. fListeners
Methods in junit.framework that return types with arguments of type TestListener Modifier and Type Method Description private java.util.List<TestListener>
TestResult. cloneListeners()
Returns a copy of the listeners.Methods in junit.framework with parameters of type TestListener Modifier and Type Method Description void
TestResult. addListener(TestListener listener)
Registers a TestListenervoid
TestResult. removeListener(TestListener listener)
Unregisters a TestListener -
Uses of TestListener in junit.runner
Classes in junit.runner that implement TestListener Modifier and Type Class Description class
BaseTestRunner
Base class for all test runners. -
Uses of TestListener in junit.textui
Classes in junit.textui that implement TestListener Modifier and Type Class Description class
ResultPrinter
class
TestRunner
A command line based tool to run tests. -
Uses of TestListener in org.junit.internal.runners
Classes in org.junit.internal.runners that implement TestListener Modifier and Type Class Description private static class
JUnit38ClassRunner.OldTestClassAdaptingListener
Methods in org.junit.internal.runners that return TestListener Modifier and Type Method Description TestListener
JUnit38ClassRunner. createAdaptingListener(RunNotifier notifier)
-