| Package | Description |
|---|---|
| de.tobiasroeser.lambdatest | |
| de.tobiasroeser.lambdatest.generic |
| Modifier and Type | Method and Description |
|---|---|
Reporter |
LambdaTest.getReporter()
Gets the currently used reporter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaTest.setReporter(Reporter reporter)
Set the
Reporter to be used. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultReporter
The default reporter outputs to a PrintStream.
|
class |
LoggingWrappingReporter
A Reporter that logs and also wraps another reporter.
|
| Modifier and Type | Method and Description |
|---|---|
static Reporter |
FreeSpecBase.getDefaultReporter() |
Reporter |
FreeSpecBase.getReporter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
FreeSpecBase.setDefaultReporter(Reporter reporter)
Set the default reporter.
|
void |
FreeSpecBase.setReporter(Reporter reporter) |
static <T> T |
FreeSpecBase.withDefaultReporter(Reporter reporter,
FreeSpecBase.F0WithException<T> f)
Executes a given function
f with the default reporter set to
reporter, and restored the previous default reporter afterwards. |
| Constructor and Description |
|---|
LoggingWrappingReporter(Reporter underlying) |
Copyright © 2019. All rights reserved.