Exemple #1
0
        public async Task TearDownAsync()
        {
            await Server.StopAsync();

            Server.Dispose();
            TextcMessageReceiverFactory.ProcessorInstancesDictionary.Clear();
            TestCommandProcessor.Instantiated  = false;
            TestCommandProcessor.InstanceCount = 0;
        }
        public async Task TearDownAsync()
        {
            await Server.StopAsync();

            Server.Dispose();
            TestMessageReceiver.InstanceCount      = 0;
            TestNotificationReceiver.InstanceCount = 0;
            TestCommandReceiver.InstanceCount      = 0;
        }