Class ReactiveStreamsVerification

java.lang.Object
org.eclipse.microprofile.reactive.streams.operators.tck.api.AbstractReactiveStreamsApiVerification
org.eclipse.microprofile.reactive.streams.operators.tck.api.ReactiveStreamsVerification

public class ReactiveStreamsVerification extends AbstractReactiveStreamsApiVerification
Verification for the ReactiveStreamsFactory class.
  • Constructor Details

  • Method Details

    • fromPublisher

      public void fromPublisher()
    • fromPublisherNull

      public void fromPublisherNull()
    • ofSingle

      public void ofSingle()
    • ofSingleNull

      public void ofSingleNull()
    • ofVarArgs

      public void ofVarArgs()
    • empty

      public void empty()
    • ofNullableNull

      public void ofNullableNull()
    • ofNullableNonNull

      public void ofNullableNonNull()
    • fromIterable

      public void fromIterable()
    • fromIterableNull

      public void fromIterableNull()
    • failed

      public void failed()
    • failedNull

      public void failedNull()
    • builder

      public void builder()
    • fromProcessor

      public void fromProcessor()
    • fromProcessorNull

      public void fromProcessorNull()
    • fromSubscriber

      public void fromSubscriber()
    • fromSubscriberNull

      public void fromSubscriberNull()
    • iterate

      public void iterate()
    • iterateNullOperator

      public void iterateNullOperator()
    • generate

      public void generate()
    • generateNullSupplier

      public void generateNullSupplier()
    • concat

      public void concat()
    • concatFirstNull

      public void concatFirstNull()
    • concatSecondNull

      public void concatSecondNull()
    • fromCompletionStage

      public void fromCompletionStage()
    • fromCompletionStageNull

      public void fromCompletionStageNull()
    • fromCompletionStageNullable

      public void fromCompletionStageNullable()
    • fromCompletionStageNullableNull

      public void fromCompletionStageNullableNull()
    • coupled

      public void coupled()
    • coupledSubscriberNull

      public void coupledSubscriberNull()
    • coupledPubisherNull

      public void coupledPubisherNull()
    • coupledRs

      public void coupledRs()
    • coupledRsSubscriberNull

      public void coupledRsSubscriberNull()
    • coupledRsPubisherNull

      public void coupledRsPubisherNull()