Class OnErrorResumeStageVerification

java.lang.Object
org.eclipse.microprofile.reactive.streams.operators.tck.spi.OnErrorResumeStageVerification

public class OnErrorResumeStageVerification extends Object
Test cases for OnErrorResume stages. This includes the Stage.OnErrorResume and Stage.OnErrorResumeWith stages.
  • Field Details

  • Method Details

    • onErrorResumeShouldCatchErrorFromSource

      public void onErrorResumeShouldCatchErrorFromSource()
    • onErrorResumeWithShouldCatchErrorFromSource

      public void onErrorResumeWithShouldCatchErrorFromSource()
    • onErrorResumeWithRsPublisherShouldCatchErrorFromSource

      public void onErrorResumeWithRsPublisherShouldCatchErrorFromSource()
    • onErrorResumeShouldCatchErrorFromStage

      public void onErrorResumeShouldCatchErrorFromStage()
    • onErrorResumeWithShouldCatchErrorFromStage

      public void onErrorResumeWithShouldCatchErrorFromStage()
    • onErrorResumeWithRsPublisherShouldCatchErrorFromStage

      public void onErrorResumeWithRsPublisherShouldCatchErrorFromStage()
    • onErrorResumeStageShouldPropagateRuntimeExceptions

      public void onErrorResumeStageShouldPropagateRuntimeExceptions()
    • onErrorResumeWithStageShouldPropagateRuntimeExceptions

      public void onErrorResumeWithStageShouldPropagateRuntimeExceptions()
    • onErrorResumeWithRsPublisherStageShouldPropagateRuntimeExceptions

      public void onErrorResumeWithRsPublisherStageShouldPropagateRuntimeExceptions()
    • onErrorResumeWithShouldBeAbleToInjectAFailure

      public void onErrorResumeWithShouldBeAbleToInjectAFailure()
    • onErrorResumeWithRsPublisherShouldBeAbleToInjectAFailure

      public void onErrorResumeWithRsPublisherShouldBeAbleToInjectAFailure()