예제 #1
0
        public override async Task InitializeAsync()
        {
            await base.InitializeAsync();

            runner = new ClientStreamTestRunner(this.HostedCluster);
        }
예제 #2
0
 public AQClientStreamTests(ITestOutputHelper output)
 {
     this.output = output;
     runner      = new ClientStreamTestRunner(this.HostedCluster);
 }