Akka.Interfaced.TestKit.Tests.TestActorBoundChannelTest.TestActorBoundChannelTest C# (CSharp) Method

TestActorBoundChannelTest() public method

public TestActorBoundChannelTest ( ITestOutputHelper output ) : System
output ITestOutputHelper
return System
        public TestActorBoundChannelTest(ITestOutputHelper output)
            : base(output: output)
        {
            InitializeActorBoundChannel();
        }