Пример #1
0
        public override async Task RunAsync(string[] args)
        {
            Dictionary <string, string> properties = CreateTestProperties(ref args);

            properties["Ice.Warn.Connections"]     = "0";
            properties["Ice.IncomingFrameSizeMax"] = "10K";
            await using Communicator communicator  = Initialize(properties);
            communicator.SetProperty("TestAdapter.Endpoints", GetTestEndpoint(0));
            IThrowerPrx thrower = AllTests.Run(this);
            await thrower.ShutdownAsync();
        }