public final class FlowableStateMachineTest extends Object
Constructor and Description |
---|
FlowableStateMachineTest() |
Modifier and Type | Method and Description |
---|---|
void |
errorActionPassThrough() |
void |
errorActionThrows() |
void |
noActionTransition() |
void |
testAsync() |
void |
testCancel() |
void |
testCancelFromTransition() |
void |
testCompletionThrows() |
void |
testErrorPassThrough() |
void |
testInvalidRequestBatchSize() |
void |
testOnNextThrowsWithBurstSource() |
void |
testOnNextThrowsWithBurstSourceThatTerminatesWithError() |
void |
testPassThroughEmitterCompletesTwice() |
void |
testPassThroughEmitterErrorAfterCompletion() |
void |
testPassThroughEmitterOnNextAfterCompletion() |
void |
testPassThroughWithCustomCompletion() |
void |
testRequestBatchSize1() |
void |
testRequestBatchSize1WithBackpressure() |
void |
testRequestBatchSize1WithBackpressureRequestMoreThanAvailable() |
void |
testRequestBatchSize2() |
void |
testRequestBatchSize2WithBackpressure() |
void |
testStateFactoryReturnsNull() |
void |
testStateFactoryReturnsNullFromErrorStream() |
void |
testStateFactoryReturnsNullOnEmptySource() |
public void testRequestBatchSize1()
public void testPassThroughWithCustomCompletion()
public void testPassThroughEmitterCompletesTwice()
public void testPassThroughEmitterOnNextAfterCompletion()
public void testPassThroughEmitterErrorAfterCompletion()
public void testCompletionThrows()
public void testRequestBatchSize2()
public void testErrorPassThrough()
public void testRequestBatchSize1WithBackpressure()
public void testRequestBatchSize1WithBackpressureRequestMoreThanAvailable()
public void testRequestBatchSize2WithBackpressure()
public void testStateFactoryReturnsNull()
public void testStateFactoryReturnsNullFromErrorStream()
public void testOnNextThrowsWithBurstSource()
public void testCancelFromTransition()
public void testInvalidRequestBatchSize()
public void testOnNextThrowsWithBurstSourceThatTerminatesWithError()
public void testStateFactoryReturnsNullOnEmptySource()
public void errorActionThrows()
public void errorActionPassThrough()
public void testAsync()
public void testCancel()
public void noActionTransition()
Copyright © 2013–2020. All rights reserved.