Searched refs:EventType (Results 1 – 4 of 4) sorted by relevance
80 self.assertEqual([command_attempt.EventType.ALLOCATION_FAILED],90 self.assertEqual([command_attempt.EventType.EXECUTE_FAILED],105 self.assertEqual([command_attempt.EventType.CONFIGURATION_ERROR],119 self.assertEqual([command_attempt.EventType.INVOCATION_STARTED,120 command_attempt.EventType.TEST_RUN_IN_PROGRESS,121 command_attempt.EventType.INVOCATION_COMPLETED],
75 command_attempt.EventType.INVOCATION_STARTED)90 command_attempt.EventType.TEST_RUN_IN_PROGRESS)138 error_event = command_attempt.EventType.ALLOCATION_FAILED141 error_event = command_attempt.EventType.EXECUTE_FAILED154 error_event = command_attempt.EventType.CONFIGURATION_ERROR
96 command_attempt.EventType.INVOCATION_STARTED,98 expected_event["type"] = command_attempt.EventType.INVOCATION_STARTED102 command_attempt.EventType.EXECUTE_FAILED,104 expected_event["type"] = command_attempt.EventType.EXECUTE_FAILED111 expected_event["type"] = command_attempt.EventType.INVOCATION_COMPLETED
22 class EventType(object): class130 obj = self.CreateCommandEvent(EventType.INVOCATION_COMPLETED,