Class com.ibm.ws.microprofile.reactive.streams.test.SimplePubSubTest

1

tests

0

failures

0

ignored

0.010s

duration

100%

successful

Tests

Test Duration Result
testPubSub 0.010s passed

Standard output

subscribe: io.reactivex.subscribers.SafeSubscriber@857e2719
onSubscribe: io.smallrye.reactive.streams.utils.WrappedSubscription@dad8b861
publish: one
publish: two
publish: three
onNext: one
onNext: two
onNext: three