Akka.Streams.Tests.Dsl.ReverseArrowSpec.Reverse_Arrows_in_the_GraphDsl_must_not_work_from_Source C# (CSharp) Метод

Reverse_Arrows_in_the_GraphDsl_must_not_work_from_Source() приватный Метод

private Reverse_Arrows_in_the_GraphDsl_must_not_work_from_Source ( ) : void
Результат void
        public void Reverse_Arrows_in_the_GraphDsl_must_not_work_from_Source()
        {
            var b = new GraphDsl.Builder<NotUsed>();
            b.Invoking(builder => ((dynamic) builder).To(Source).From(Source)).ShouldThrow<RuntimeBinderException>();
        }