public class MonoReduceTest extends ReduceOperatorTest<java.lang.String,java.lang.String>
ReduceOperatorTest.Scenario<I,O>
构造器和说明 |
---|
MonoReduceTest() |
限定符和类型 | 方法和说明 |
---|---|
void |
aggregatorReturnsNull() |
void |
aggregatorThrows() |
void |
discardAccumulatedOnCancel() |
void |
discardOnError() |
void |
empty() |
void |
error() |
void |
noRetainValueOnComplete() |
void |
noRetainValueOnError() |
void |
normal() |
void |
normalBackpressured() |
void |
onNextAndCancelRace() |
void |
scanOperator() |
void |
scanSubscriberCancelledScenario() |
void |
scanSubscriberTerminatedScenario() |
void |
should_reduce_to_10_events() |
void |
single() |
scenario
@Test public void normal()
@Test public void normalBackpressured()
@Test public void single()
@Test public void empty()
@Test public void error()
@Test public void aggregatorThrows()
@Test public void aggregatorReturnsNull()
@Test public void should_reduce_to_10_events()
@Test public void onNextAndCancelRace()
@Test public void discardAccumulatedOnCancel()
@Test public void discardOnError()
@Test public void noRetainValueOnComplete()
@Test public void noRetainValueOnError()
@Test public void scanOperator()
@Test public void scanSubscriberTerminatedScenario()
@Test public void scanSubscriberCancelledScenario()