@NonNullByDefault
| Interface | Description |
|---|---|
| Asserts.JUnitExecutable |
Functional interface that can be used to implement any generic block of code that potentially throws a Throwable.
|
| Class | Description |
|---|---|
| Asserts |
Assert extension for JUnit.
|
| ClasspathHellDuplicatesChecker |
Check classpath for duplicates.
|
| ClasspathHellDuplicatesCheckRule |
JUnit Rule to run detect duplicate entries on the classpath.
|
| LogCapture |
Captured log statement.
|
| LogCaptureRule |
JUnit Rule which "captures" slf4j-simple logs.
|
| LogRule |
JUnit Rule which nicely separates @Test/s in the log.
|
| Partials |
Creates instances of "partial" (abstract) test doubles.
|
| RunUntilFailureClassRule |
See
RunUntilFailureRule. |
| RunUntilFailureRule |
JUnit Rule which allows to keep running tests indefinitely.
|
| Enum | Description |
|---|---|
| LogCapture.Level |
| Exception | Description |
|---|---|
| LogCaptureRuleException |
Exception thrown by the
LogCaptureRule. |
Copyright © 2019 OpenDaylight. All rights reserved.