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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -