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

1

tests

0

failures

0

ignored

0.009s

duration

100%

successful

Tests

Test Duration Result
testPubSub 0.009s passed

Standard output

subscribe: mutiny.zero.flow.adapters.tors.SubscriberAdapterFromFlow@e1a2c34d
publish: one
publish: two
publish: three
onSubscribe: mutiny.zero.flow.adapters.tors.SubscriptionAdapterFromFlow@d422e84d
onNext: one
onNext: two
onNext: three
onComplete