Exemplo n.º 1
0
        public void ProduceToOutbox_StrategySet()
        {
            var builder = new TestProducerEndpointBuilder();

            var endpoint = builder.ProduceToOutbox().Build();

            endpoint.Strategy.Should().BeOfType <OutboxProduceStrategy>();
        }