simulator

package
v2.0.0-alpha.44 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: MIT Imports: 10 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	LaunchWithGUI(simulatorID string) error
	ResetLaunchServices() error
	Boot(device destination.Device) error
	WaitForBootFinished(id string, timeout time.Duration) error
	EnableVerboseLog(id string) error
	CollectDiagnostics() (string, error)
	Shutdown(id string) error
	Erase(id string) error
}

Manager provides methods for issuing Simulator commands

func NewManager

func NewManager(logger log.Logger, commandFactory command.Factory) Manager

NewManager ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL