Esempio n. 1
0
    def testGetFormatStringAttributeNames(self):
        """Tests the GetFormatStringAttributeNames function."""
        event_formatter = task_scheduler.TaskCacheEventFormatter()

        expected_attribute_names = ['task_name', 'task_identifier']

        self._TestGetFormatStringAttributeNames(event_formatter,
                                                expected_attribute_names)
Esempio n. 2
0
 def testInitialization(self):
     """Tests the initialization."""
     event_formatter = task_scheduler.TaskCacheEventFormatter()
     self.assertIsNotNone(event_formatter)