NServiceBus.Extensions.IntegrationTesting
NServiceBus.Extensions.IntegrationTesting copied to clipboard
Published messages are not detected. - [x] Add failing test - [x] Detect published events
Since v3.x, events are not included in `OutgoingMessageContexts` any more. Submitted a PR (#15)
I tried to upgrade to version 2.0.0 yesterday and my tests started, misbehaving, for a lack of a better word. I've been experimenting trying to find out exactly what's going...
I tried to write a test today that sends multiple messages that will trigger the same Saga. Using `ExecuteAndWaitForSagaCompletion` does not work in this case as it only checks for...
Hi there, I'm currently testing a saga following the example you have provided in the Wiki. I am facing a strange issue which is not related to your library but...
Hi! This is a small PR to upgrade NServiceBus to version 9. It also upgrades `` to net8.0
Hello @jbogard! I have a problem with v3.0.0 of this package (I am using NServiceBus v8.0.0). The ExecuteAndWaitForSent doesn't properly handle published events. I suppose there is a missing case...