Ejemplo n.º 1
0
    def testGetFormatStringAttributeNames(self):
        """Tests the GetFormatStringAttributeNames function."""
        event_formatter = mac_appfirewall.MacAppFirewallLogFormatter()

        expected_attribute_names = [
            'computer_name', 'agent', 'status', 'process_name', 'action'
        ]

        self._TestGetFormatStringAttributeNames(event_formatter,
                                                expected_attribute_names)
Ejemplo n.º 2
0
 def testInitialization(self):
     """Tests the initialization."""
     event_formatter = mac_appfirewall.MacAppFirewallLogFormatter()
     self.assertIsNotNone(event_formatter)