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() 개인적인 메소드

        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>();
        }