public final class FlowableRepeatingTransformTest extends Object
Constructor and Description |
---|
FlowableRepeatingTransformTest() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
testBackpressure() |
void |
testBackpressureOnErrorNoRequests() |
void |
testCompletesFirstLevel() |
void |
testCompletesFourLevels() |
void |
testCompletesSecondLevel() |
void |
testCompletesThirdLevel() |
void |
testCompletesThirdLevelWithOneLeftOver() |
void |
testDematerialize() |
void |
testEmpty() |
void |
testErrorPostChaining() |
void |
testErrorPreChaining() |
void |
testErrorPreChainingCausesCancel() |
void |
testMany() |
void |
testManyAsync() |
void |
testMaxChainedGreaterThanZero() |
void |
testMaxIterations() |
void |
testMaxIterationsOne() |
void |
testMaxIterationsTwoMaxChainedThree() |
void |
testMaxIterationsZeroThrowsIAE() |
void |
testOne() |
void |
testOneAsync() |
void |
testReducerThrows() |
void |
testReducerThrowsOnThirdCall() |
void |
testRequestOverflow() |
void |
testStackOverflowDoesNotHappen() |
void |
testUpstreamCancelled() |
public void testEmpty()
public void testOne()
public void testOneAsync()
public void testCompletesFirstLevel()
public void testCompletesSecondLevel()
public void testCompletesThirdLevel()
public void testCompletesThirdLevelWithOneLeftOver()
public void testCompletesFourLevels()
public void testMany()
public void testManyAsync()
public void testMaxChainedGreaterThanZero()
public void testReducerThrows()
public void testReducerThrowsOnThirdCall()
public void testUpstreamCancelled()
public void testErrorPreChaining()
public void testErrorPreChainingCausesCancel()
public void testErrorPostChaining()
public void testMaxIterationsOne()
public void testMaxIterationsTwoMaxChainedThree()
public void testMaxIterations()
public void testRequestOverflow()
public void testDematerialize()
public void testBackpressure()
public void testBackpressureOnErrorNoRequests()
public void testMaxIterationsZeroThrowsIAE()
public void testStackOverflowDoesNotHappen()
public static void main(String[] args)
Copyright © 2013–2020. All rights reserved.