def testGetFormatStringAttributeNames(self): """Tests the GetFormatStringAttributeNames function.""" event_formatter = mac_document_versions.MacDocumentVersionsFormatter() expected_attribute_names = ['name', 'path', 'version_path', 'user_sid'] self._TestGetFormatStringAttributeNames(event_formatter, expected_attribute_names)
def testInitialization(self): """Tests the initialization.""" event_formatter = mac_document_versions.MacDocumentVersionsFormatter() self.assertNotEqual(event_formatter, None)