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)
def testInitialization(self): """Tests the initialization.""" event_formatter = mac_appfirewall.MacAppFirewallLogFormatter() self.assertIsNotNone(event_formatter)