public class FluxZipIterableTest extends FluxOperatorTest<java.lang.String,java.lang.String>
FluxOperatorTest.Scenario<I,O>
构造器和说明 |
---|
FluxZipIterableTest() |
限定符和类型 | 方法和说明 |
---|---|
void |
iterableNull() |
void |
iterableReturnsNull() |
void |
iterableThrowsNull() |
void |
normalOtherShorter() |
void |
normalSameSize() |
void |
normalSameSizeBackpressured() |
void |
normalSourceShorter() |
void |
otherEmpty() |
void |
scanOperator() |
void |
scanSingleSubscriber() |
void |
sourceEmpty() |
void |
sourceNull() |
void |
zipperNull() |
void |
zipperReturnsNull() |
void |
zipperThrowsNull() |
void |
zipWithIterable() |
scenario
@Test public void sourceNull()
@Test public void iterableNull()
@Test public void zipperNull()
@Test public void normalSameSize()
@Test public void normalSameSizeBackpressured()
@Test public void normalSourceShorter()
@Test public void normalOtherShorter()
@Test public void sourceEmpty()
@Test public void otherEmpty()
@Test public void zipperReturnsNull()
@Test public void iterableReturnsNull()
@Test public void zipperThrowsNull()
@Test public void iterableThrowsNull()
@Test public void zipWithIterable()
@Test public void scanOperator()
@Test public void scanSingleSubscriber()