public class FluxRefCountTest
extends java.lang.Object
构造器和说明 |
---|
FluxRefCountTest() |
限定符和类型 | 方法和说明 |
---|---|
void |
asyncRetry() |
void |
avoidUnexpectedDoubleCancel() |
void |
cancelDoesntTriggerDisconnectErrorOnFirstSubscribeDoComplete() |
void |
cancelDoesntTriggerDisconnectErrorOnFirstSubscribeNoComplete() |
void |
delayElementShouldNotCancelTwice() |
void |
normal() |
void |
normalTwoSubscribers() |
void |
raceSubscribeAndCancel() |
void |
reconnectsAfterRefCountZero() |
void |
scanInner() |
void |
scanInnerCancelled() |
void |
scanMain() |
void |
sizeOneCanRepeat() |
void |
sizeOneCanRetry() |
void |
subscribersComeAndGoBelowThreshold() |
void |
upstreamCompletes() |
void |
upstreamCompletesTwoSubscribers() |
@Test public void avoidUnexpectedDoubleCancel()
@Test public void sizeOneCanRetry()
@Test public void sizeOneCanRepeat()
@Test public void raceSubscribeAndCancel()
@Test public void cancelDoesntTriggerDisconnectErrorOnFirstSubscribeNoComplete()
@Test public void cancelDoesntTriggerDisconnectErrorOnFirstSubscribeDoComplete()
@Test public void normal()
@Test public void normalTwoSubscribers()
@Test public void upstreamCompletes()
@Test public void upstreamCompletesTwoSubscribers()
@Test public void subscribersComeAndGoBelowThreshold()
@Test public void asyncRetry()
@Test public void reconnectsAfterRefCountZero()
@Test public void delayElementShouldNotCancelTwice() throws java.lang.Exception
java.lang.Exception
@Test public void scanMain()
@Test public void scanInner()
@Test public void scanInnerCancelled()