Struct google_testing1::EnvironmentMatrix
[−]
[src]
pub struct EnvironmentMatrix {
pub android_device_list: Option<AndroidDeviceList>,
pub android_matrix: Option<AndroidMatrix>,
}The matrix of environments in which the test is to be executed.
This type is not used in any activity, and only used as part of another schema.
Fields
android_device_list: Option<AndroidDeviceList>
A list of Android devices; the test will be run only on the specified devices.
android_matrix: Option<AndroidMatrix>
A matrix of Android devices.
Trait Implementations
impl Default for EnvironmentMatrix[src]
fn default() -> EnvironmentMatrix[src]
Returns the "default value" for a type. Read more
impl Clone for EnvironmentMatrix[src]
fn clone(&self) -> EnvironmentMatrix[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more