Package | Description |
---|---|
org.junit.experimental.max | |
org.junit.internal | |
org.junit.runner |
Provides classes used to describe, collect, run and analyze multiple tests.
|
org.junit.runner.notification |
Provides information about a test run.
|
Modifier and Type | Method and Description |
---|---|
RunListener |
MaxHistory.listener() |
Modifier and Type | Class and Description |
---|---|
class |
TextListener |
Modifier and Type | Method and Description |
---|---|
RunListener |
Result.createListener()
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
void |
JUnitCore.addListener(RunListener listener)
Add a listener to be notified as the tests run.
|
void |
JUnitCore.removeListener(RunListener listener)
Remove a listener.
|
Modifier and Type | Method and Description |
---|---|
void |
RunNotifier.addFirstListener(RunListener listener)
Internal use only.
|
void |
RunNotifier.addListener(RunListener listener)
Internal use only
|
void |
RunNotifier.removeListener(RunListener listener)
Internal use only
|
Copyright © 2002–2024 JUnit. All rights reserved.