Unity 8
|
Inherits Fixture.
Public Member Functions | |
def | __init__ (self, binary_path, variables) |
def | setUp (self) |
def | restart_unity (self) |
def | restart_unity_with_testability (self) |
def | stop_unity (self) |
Public Attributes | |
binary_path | |
variables | |
Static Public Attributes | |
unity_proxy = None | |
Fixture to launch Unity8 with testability. :ivar unity_proxy: The Autopilot proxy object for the Unity shell.
Definition at line 155 of file fixture_setup.py.
def unity8.fixture_setup.RestartUnityWithTestability.__init__ | ( | self, | |
binary_path, | |||
variables | |||
) |
Initialize the fixture instance. :param str binary_path: The path to the Dash app binary. :param cli_arguments: The arguments to pass when launching the :param variables: The variables to use when launching the app. :type variables: A dictionary.
Definition at line 165 of file fixture_setup.py.
def unity8.fixture_setup.RestartUnityWithTestability.setUp | ( | self | ) |
Restart unity with testability when the fixture is used.
Definition at line 178 of file fixture_setup.py.