Documentation
¶
Index ¶
- type SimulatorManager
- func (_m *SimulatorManager) Boot(device destination.Device) error
- func (_m *SimulatorManager) CollectDiagnostics() (string, error)
- func (_m *SimulatorManager) EnableVerboseLog(id string) error
- func (_m *SimulatorManager) Erase(id string) error
- func (_m *SimulatorManager) LaunchWithGUI(simulatorID string) error
- func (_m *SimulatorManager) ResetLaunchServices() error
- func (_m *SimulatorManager) Shutdown(id string) error
- func (_m *SimulatorManager) WaitForBootFinished(id string, timeout time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimulatorManager ¶
SimulatorManager is an autogenerated mock type for the Manager type
func NewSimulatorManager ¶
func NewSimulatorManager(t interface { mock.TestingT Cleanup(func()) }) *SimulatorManager
NewSimulatorManager creates a new instance of SimulatorManager. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*SimulatorManager) Boot ¶
func (_m *SimulatorManager) Boot(device destination.Device) error
Boot provides a mock function with given fields: device
func (*SimulatorManager) CollectDiagnostics ¶
func (_m *SimulatorManager) CollectDiagnostics() (string, error)
CollectDiagnostics provides a mock function with given fields:
func (*SimulatorManager) EnableVerboseLog ¶
func (_m *SimulatorManager) EnableVerboseLog(id string) error
EnableVerboseLog provides a mock function with given fields: id
func (*SimulatorManager) Erase ¶
func (_m *SimulatorManager) Erase(id string) error
Erase provides a mock function with given fields: id
func (*SimulatorManager) LaunchWithGUI ¶
func (_m *SimulatorManager) LaunchWithGUI(simulatorID string) error
LaunchWithGUI provides a mock function with given fields: simulatorID
func (*SimulatorManager) ResetLaunchServices ¶
func (_m *SimulatorManager) ResetLaunchServices() error
ResetLaunchServices provides a mock function with given fields:
func (*SimulatorManager) Shutdown ¶
func (_m *SimulatorManager) Shutdown(id string) error
Shutdown provides a mock function with given fields: id
func (*SimulatorManager) WaitForBootFinished ¶
func (_m *SimulatorManager) WaitForBootFinished(id string, timeout time.Duration) error
WaitForBootFinished provides a mock function with given fields: id, timeout