public final class FlowableCollectWhileTest extends Object
Constructor and Description |
---|
FlowableCollectWhileTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAddReturnsNull() |
void |
testAddReturnsNullShouldEmitNPE() |
void |
testAddThrows() |
void |
testBackpressure() |
void |
testBackpressureAndCancel() |
void |
testCancelWhileProcessingOnNext() |
void |
testConditionThrows() |
void |
testDoesNotEmitAfterErrorInOnNextIfUpstreamDoesNotHonourCancellationImmediately() |
void |
testDoesNotTwoErrorsIfUpstreamDoesNotHonourCancellationImmediately() |
void |
testEmpty() |
void |
testFactoryReturnsNullShouldEmitNPE() |
void |
testOne() |
void |
testRequestWhileProcessingOnNext() |
void |
testThree() |
void |
testTwo() |
void |
testWhenEmitRemainderFalse() |
public void testEmpty()
public void testOne()
public void testTwo()
public void testThree()
public void testFactoryReturnsNullShouldEmitNPE()
public void testAddReturnsNullShouldEmitNPE()
public void testAddReturnsNull()
public void testAddThrows()
public void testConditionThrows()
public void testDoesNotEmitAfterErrorInOnNextIfUpstreamDoesNotHonourCancellationImmediately()
public void testDoesNotTwoErrorsIfUpstreamDoesNotHonourCancellationImmediately()
public void testBackpressure()
public void testBackpressureAndCancel()
public void testRequestWhileProcessingOnNext()
public void testCancelWhileProcessingOnNext()
public void testWhenEmitRemainderFalse()
Copyright © 2013–2020. All rights reserved.