Struct google_testing1::Apk[][src]

pub struct Apk {
    pub package_name: Option<String>,
    pub location: Option<FileReference>,
}

An Android package file to install.

This type is not used in any activity, and only used as part of another schema.

Fields

The java package for the APK to be installed. Optional, value is determined by examining the application's manifest.

The path to an APK to be installed on the device before the test begins. Optional

Trait Implementations

impl Default for Apk
[src]

Returns the "default value" for a type. Read more

impl Clone for Apk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Apk
[src]

Formats the value using the given formatter. Read more

impl Part for Apk
[src]

Auto Trait Implementations

impl Send for Apk

impl Sync for Apk