コード例 #1
0
    def testGetFormatStringAttributeNames(self):
        """Tests the GetFormatStringAttributeNames function."""
        event_formatter = opera.OperaGlobalHistoryFormatter()

        expected_attribute_names = [u'url', u'title', u'description']

        self._TestGetFormatStringAttributeNames(event_formatter,
                                                expected_attribute_names)
コード例 #2
0
ファイル: opera_test.py プロジェクト: cnbird1999/plaso
 def testInitialization(self):
   """Tests the initialization."""
   event_formatter = opera.OperaGlobalHistoryFormatter()
   self.assertNotEqual(event_formatter, None)