Example #1
0
    def testGetFormatStringAttributeNames(self):
        """Tests the GetFormatStringAttributeNames function."""
        event_formatter = java_idx.JavaIDXFormatter()

        expected_attribute_names = [u'idx_version', u'ip_address', u'url']

        self._TestGetFormatStringAttributeNames(event_formatter,
                                                expected_attribute_names)
Example #2
0
 def testInitialization(self):
     """Tests the initialization."""
     event_formatter = java_idx.JavaIDXFormatter()
     self.assertIsNotNone(event_formatter)