public class FlowableDoOnEmptyTest extends Object
Constructor and Description |
---|
FlowableDoOnEmptyTest() |
Modifier and Type | Method and Description |
---|---|
void |
ifOnEmptyActionThrowsExceptionThenSubscribeThrows() |
void |
ifOnEmptyActionThrowsNonFatalRuntimeExceptionThenErrorEmitted() |
void |
ifSourceEmitsErrorThenDoOnEmptyIsNotRun() |
void |
subscriberStateTest() |
void |
testBackPressure() |
void |
testCancel() |
void |
testEmpty() |
void |
testNonEmpty() |
void |
testUnsubscribeAfterActionButBeforeCompletionDoesNotAffectCompletion() |
public void testNonEmpty()
public void testEmpty()
public void testCancel()
public void testBackPressure()
public void subscriberStateTest()
public void ifSourceEmitsErrorThenDoOnEmptyIsNotRun()
public void ifOnEmptyActionThrowsExceptionThenSubscribeThrows()
public void ifOnEmptyActionThrowsNonFatalRuntimeExceptionThenErrorEmitted()
public void testUnsubscribeAfterActionButBeforeCompletionDoesNotAffectCompletion()
Copyright © 2013–2020. All rights reserved.