Documentation
¶
Index ¶
- type Device
- func (d Device) Boot(i types.Instance) error
- func (d Device) Create(s string) (string, types.Kind, error)
- func (d Device) List() types.Pairs
- func (d Device) SetTheme(instance types.Instance, s string) error
- func (d Device) Shutdown(i types.Instance) error
- func (d Device) WaitUntilBooted(instance types.Instance) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
Device represents the Android device action strategy
func (Device) Boot ¶
Boot is starting an android virtual device passing the types.Instance's DebugPort for future operations
func (Device) List ¶
List converts the parsed devices to the common format and assign a random debug port to the device between 5555 and 5586
Source Files
¶
Click to show internal directories.
Click to hide internal directories.