Exemplo n.º 1
0
        public void ConfigurationTest2()
        {
            var mqtt = new MqttService(_configuration);

            mqtt.ConnectionStart();
            InternalConfigurationTest(mqtt);
            mqtt.ConnectionStop();
            Assert.NotNull(mqtt);
        }