Exemplo n.º 1
0
 def given_a_publisher(self):
     self.publisher = EventPublisher(self._host, self._port, self._username,
                                     None)
Exemplo n.º 2
0
 def given_a_publisher(self):
     self.publisher = EventPublisher(self._host, self._port)
Exemplo n.º 3
0
 def given_a_publisher(self):
     cfg = When_a_message_is_posted.TestConfig('fakehost', '42')
     self.publisher = EventPublisher(cfg.host, cfg.port)