程序包 | 说明 |
---|---|
reactor.test |
Main test components supporting the testing and assertion of publishers.
|
限定符和类型 | 方法和说明 |
---|---|
static <T> ValueFormatters.Extractor<T[]> |
ValueFormatters.arrayExtractor(java.lang.Class<T[]> arrayClass)
Default array extractor that use the
[CONVERTED1, CONVERTED2]
representation. |
static ValueFormatters.Extractor<java.lang.Iterable> |
ValueFormatters.iterableExtractor()
Default
Iterable extractor that use the [CONVERTED1, CONVERTED2]
representation. |
static ValueFormatters.Extractor<Signal> |
ValueFormatters.signalExtractor()
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Collection<ValueFormatters.Extractor<?>> |
StepVerifierOptions.getExtractors()
Get the list of value extractors added to the options, including default ones at
the end (unless they've been individually replaced).
|
限定符和类型 | 方法和说明 |
---|---|
<T> StepVerifierOptions |
StepVerifierOptions.extractor(ValueFormatters.Extractor<T> extractor)
Add an
ValueFormatters.Extractor , replacing any existing ValueFormatters.Extractor that targets the
same Class (as in getTargetClass() ). |