Exemplo n.º 1
0
    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)
Exemplo n.º 2
0
 def testInitialization(self):
     """Tests the initialization."""
     event_formatter = mac_document_versions.MacDocumentVersionsFormatter()
     self.assertNotEqual(event_formatter, None)