|
Unity 8
|
Inherits Fixture.
Public Member Functions | |
| def | __init__ (self, action_delay, ensure_not_running=True) |
| def | setUp (self) |
| def | launch_service (self) |
| def | stop_service (self) |
| def | ensure_service_not_running (self) |
Public Attributes | |
| action_delay | |
| ensure_not_running | |
| application_proxy | |
Fixture to launch the indicator test service.
Definition at line 291 of file fixture_setup.py.
| def unity8.fixture_setup.LaunchMockIndicatorService.__init__ | ( | self, | |
| action_delay, | |||
ensure_not_running = True |
|||
| ) |
Initialize an instance. :param action_delay: The delay to use when activating actions. Measured in milliseconds. Value of -1 will result in infinite delay. :type action_delay: An integer. :param boolean ensure_not_running: Make sure service is not running
Definition at line 295 of file fixture_setup.py.