Ejemplo n.º 1
0
 def test_get_invalid_connection_status(self):
     network = Network()
     with pytest.raises(Exception,
                        message='Must instantiate a defined Network type'):
         connectionStatus = network.getConnectionStatus()
Ejemplo n.º 2
0
 def test_get_invalid_signal_strength(self):
     network = Network()
     with pytest.raises(Exception,
                        message='Must instantiate a defined Network type'):
         connectionStatus = network.getSignalStrength()
Ejemplo n.º 3
0
 def test_create_network(self):
     network = Network()