Ejemplo n.º 1
0
  def testGetFormatStringAttributeNames(self):
    """Tests the GetFormatStringAttributeNames function."""
    event_formatter = safari.SafariHistoryFormatter()

    expected_attribute_names = ['url', 'title', 'display_title', 'visit_count']

    self._TestGetFormatStringAttributeNames(
        event_formatter, expected_attribute_names)
Ejemplo n.º 2
0
 def testInitialization(self):
     """Tests the initialization."""
     event_formatter = safari.SafariHistoryFormatter()
     self.assertIsNotNone(event_formatter)