Beispiel #1
0
 def test_strdata(self):
     
     lc = logging_consumer.LoggingConsumer()
     lc.ondata(self.strdata, self.notification, self.timestamp)
Beispiel #2
0
 def test_strdata_empty_notification(self):
     
     lc = logging_consumer.LoggingConsumer()
     lc.ondata(self.strdata, '', self.timestamp)
     
Beispiel #3
0
 def test_dict2(self):
     
     lc = logging_consumer.LoggingConsumer()
     lc.ondata(self.dictdata2, self.notification, self.timestamp)