unit testing - Verify that an NServiceBus saga does not reply to originator -
what best way test saga has not replied originator?
i see using nservicebus.testing can call saga.expectreplytooriginator, i'm not seeing "expectnotreplytooriginator". tried using .expectnotsend() , .expectnotpublish() , neither seems fail i'd expect to.
current version of nservicebus.testing doesn't support looking for.
i opened issue here: https://github.com/particular/nservicebus.testing/issues/40
when completed, i'll let know
Comments
Post a Comment