def testGetFormatStringAttributeNames(self): """Tests the GetFormatStringAttributeNames function.""" event_formatter = officemru.OfficeMRUWindowsRegistryEventFormatter() expected_attribute_names = ['key_path', 'value_string'] self._TestGetFormatStringAttributeNames(event_formatter, expected_attribute_names)
def testInitialization(self): """Tests the initialization.""" event_formatter = officemru.OfficeMRUWindowsRegistryEventFormatter() self.assertIsNotNone(event_formatter)