def test_is_have_http_false_3(self):
     protocolService = ProtocolService("")
     self.assertFalse(protocolService.is_have_http())
 def test_is_have_http_true_2(self):
     protocolService = ProtocolService("with-http")
     self.assertTrue(protocolService.is_have_http())