[−][src]Struct rusoto_devicefarm::Test
Represents a condition that is evaluated.
Fields
arn: Option<String>
The test's ARN.
counters: Option<Counters>
The test's result counters.
created: Option<f64>
When the test was created.
device_minutes: Option<DeviceMinutes>
Represents the total (metered or unmetered) minutes used by the test.
message: Option<String>
A message about the test's result.
name: Option<String>
The test's name.
result: Option<String>
The test's result.
Allowed values include:
-
PENDING: A pending condition.
-
PASSED: A passing condition.
-
WARNED: A warning condition.
-
FAILED: A failed condition.
-
SKIPPED: A skipped condition.
-
ERRORED: An error condition.
-
STOPPED: A stopped condition.
started: Option<f64>
The test's start time.
status: Option<String>
The test's status.
Allowed values include:
-
PENDING: A pending status.
-
PENDINGCONCURRENCY: A pending concurrency status.
-
PENDINGDEVICE: A pending device status.
-
PROCESSING: A processing status.
-
SCHEDULING: A scheduling status.
-
PREPARING: A preparing status.
-
RUNNING: A running status.
-
COMPLETED: A completed status.
-
STOPPING: A stopping status.
stopped: Option<f64>
The test's stop time.
type_: Option<String>
The test's type.
Must be one of the following values:
-
BUILTINFUZZ: The built-in fuzz type.
-
BUILTINEXPLORER: For Android, an app explorer that will traverse an Android app, interacting with it and capturing screenshots at the same time.
-
APPIUMJAVAJUNIT: The Appium Java JUnit type.
-
APPIUMJAVATESTNG: The Appium Java TestNG type.
-
APPIUMPYTHON: The Appium Python type.
-
APPIUMNODE: The Appium Node.js type.
-
APPIUMRUBY: The Appium Ruby type.
-
APPIUMWEBJAVAJUNIT: The Appium Java JUnit type for web apps.
-
APPIUMWEBJAVATESTNG: The Appium Java TestNG type for web apps.
-
APPIUMWEBPYTHON: The Appium Python type for web apps.
-
APPIUMWEBNODE: The Appium Node.js type for web apps.
-
APPIUMWEBRUBY: The Appium Ruby type for web apps.
-
CALABASH: The Calabash type.
-
INSTRUMENTATION: The Instrumentation type.
-
UIAUTOMATION: The uiautomation type.
-
UIAUTOMATOR: The uiautomator type.
-
XCTEST: The XCode test type.
-
XCTESTUI: The XCode UI test type.
Trait Implementations
impl PartialEq<Test> for Test
[src]
impl Default for Test
[src]
impl Clone for Test
[src]
fn clone(&self) -> Test
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Test
[src]
impl<'de> Deserialize<'de> for Test
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self