Package | Description |
---|---|
reactor.test |
Main test components supporting the testing and assertion of publishers.
|
Modifier and Type | Field and Description |
---|---|
static ValueFormatters.ToStringConverter |
ValueFormatters.DURATION_CONVERTER
Default
Duration ValueFormatters.ToStringConverter that removes the PT prefix and
switches to lower case . |
Modifier and Type | Method and Description |
---|---|
static ValueFormatters.ToStringConverter |
ValueFormatters.filtering(Predicate<Object> predicate,
Function<Object,String> anyToString)
|
static <T> ValueFormatters.ToStringConverter |
ValueFormatters.forClass(Class<T> tClass,
Function<T,String> tToString)
|
static <T> ValueFormatters.ToStringConverter |
ValueFormatters.forClassMatching(Class<T> tClass,
Predicate<T> tPredicate,
Function<T,String> tToString)
|
ValueFormatters.ToStringConverter |
StepVerifierOptions.getValueFormatter()
Get the custom object formatter to use when producing messages.
|
Modifier and Type | Method and Description |
---|---|
StepVerifierOptions |
StepVerifierOptions.valueFormatter(ValueFormatters.ToStringConverter valueFormatter)
Set up a custom value formatter to be used in error messages when presenting
expected and actual values.
|