Exemplo n.º 1
0
 def test_web_interface_dict(self):
     """
     Tests the web interface config
     :return: Tests results
     """
     data = ConfigManager.get_web_interface_dict()
     self.assertEqual(True, data[0], "web_interface: Wrong config")
Exemplo n.º 2
0
 def test_web_interface_dict(self):
     """
     Tests the web interface config
     :return: Tests results
     """
     data = ConfigManager.get_web_interface_dict()
     self.assertEqual(len(data), 3, "web_interface: Wrong size of the List")
Exemplo n.º 3
0
 def test_web_interface_dict(self):
     """
     Tests the web interface config
     :return: Tests results
     """
     data = ConfigManager.get_web_interface_dict()
     self.assertEqual(len(data), 3, "web_interface: Wrong size of the List")
Exemplo n.º 4
0
 def test_web_interface_dict(self):
     """
     Tests the web interface config
     :return: Tests results
     """
     data = ConfigManager.get_web_interface_dict()
     self.assertEqual(True, data[0], "web_interface: Wrong config")