Class io.openliberty.microprofile.reactive.streams.test.SimplePubSubTest

1

tests

0

failures

0

ignored

0.003s

duration

100%

successful

Tests

Test Duration Result
testPubSub 0.003s passed

Standard output

subscribe: mutiny.zero.flow.adapters.tors.SubscriberAdapterFromFlow@3dfc3efd
publish: one
publish: two
publish: three
onSubscribe: mutiny.zero.flow.adapters.tors.SubscriptionAdapterFromFlow@79de03f0
onNext: one
onNext: two
onNext: three
onComplete