示例#1
0
  def testGetFormatStringAttributeNames(self):
    """Tests the GetFormatStringAttributeNames function."""
    event_formatter = chrome.ChromeFileDownloadFormatter()

    expected_attribute_names = [
        u'url', u'full_path', u'received_bytes', u'total_bytes']

    self._TestGetFormatStringAttributeNames(
        event_formatter, expected_attribute_names)
示例#2
0
文件: chrome.py 项目: ir4n6/plaso
 def testInitialization(self):
     """Tests the initialization."""
     event_formatter = chrome.ChromeFileDownloadFormatter()
     self.assertIsNotNone(event_formatter)