Akka.Streams.Tests.Dsl.FlowScanSpec.A_Scan_must_Scan_empty C# (CSharp) 메소드

A_Scan_must_Scan_empty() 개인적인 메소드

private A_Scan_must_Scan_empty ( ) : void
리턴 void
        public void A_Scan_must_Scan_empty()
        {
            this.AssertAllStagesStopped(() =>
            {
                Scan(Source.From(Enumerable.Empty<int>())).ShouldAllBeEquivalentTo(new[] {0});
            }, Materializer);
        }