public class MonoOnErrorResumeTest
extends java.lang.Object
构造器和说明 |
---|
MonoOnErrorResumeTest() |
限定符和类型 | 方法和说明 |
---|---|
void |
error() |
void |
error2() |
void |
errorBackpressured() |
void |
errorFiltered() |
void |
errorFiltered2() |
void |
errorFiltered3() |
void |
errorMap() |
void |
mapError() |
void |
nextFactoryReturnsNull() |
void |
nextFactoryThrows() |
void |
normal() |
void |
normalBackpressured() |
void |
otherwiseErrorFilter() |
void |
otherwiseErrorUnfilter() |
void |
otherwiseReturnErrorFilter() |
void |
otherwiseReturnErrorFilter2() |
void |
otherwiseReturnErrorUnfilter() |
void |
otherwiseReturnErrorUnfilter2() |
void |
scanOperator() |
void |
test()
大于5抛异常后由 onErrorResume 恢复错误
|
@Test public void test()
@Test public void normal()
@Test public void normalBackpressured()
@Test public void error()
@Test public void error2()
@Test public void errorFiltered()
@Test public void errorFiltered2()
@Test public void errorFiltered3()
@Test public void errorMap()
@Test public void errorBackpressured()
@Test public void nextFactoryThrows()
@Test public void nextFactoryReturnsNull()
@Test public void mapError()
@Test public void otherwiseErrorFilter()
@Test public void otherwiseErrorUnfilter()
@Test public void otherwiseReturnErrorFilter()
@Test public void otherwiseReturnErrorFilter2()
@Test public void otherwiseReturnErrorUnfilter()
@Test public void otherwiseReturnErrorUnfilter2()
@Test public void scanOperator()