Ejemplo n.º 1
0
        public void ThrowIfUnhandled_ThrowIfUnhandledSet()
        {
            var builder = new TestConsumerEndpointBuilder();

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

            endpoint.ThrowIfUnhandled.Should().Be(true);
        }