Akka.Streams.Tests.Dsl.FlowExpandSpec.FlowExpandSpec C# (CSharp) Method

FlowExpandSpec() public method

public FlowExpandSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
return System
        public FlowExpandSpec(ITestOutputHelper helper) : base(helper)
        {
            Settings = ActorMaterializerSettings.Create(Sys).WithInputBuffer(2, 2);
            Materializer = ActorMaterializer.Create(Sys, Settings);
        }