Esempio n. 1
0
    def testGetFormatStringAttributeNames(self):
        """Tests the GetFormatStringAttributeNames function."""
        event_formatter = winprefetch.WinPrefetchExecutionFormatter()

        expected_attribute_names = [
            u'executable', u'run_count', u'path', u'prefetch_hash',
            u'volumes_string'
        ]

        self._TestGetFormatStringAttributeNames(event_formatter,
                                                expected_attribute_names)
Esempio n. 2
0
 def testInitialization(self):
     """Tests the initialization."""
     event_formatter = winprefetch.WinPrefetchExecutionFormatter()
     self.assertNotEqual(event_formatter, None)