Struct google_api_proto::google::devtools::testing::v1::AndroidTestLoop
source · pub struct AndroidTestLoop {
pub app_package_id: String,
pub scenarios: Vec<i32>,
pub scenario_labels: Vec<String>,
pub app_under_test: Option<AppUnderTest>,
}
Expand description
A test of an Android Application with a Test Loop. The intent <intent-name> will be implicitly added, since Games is the only user of this api, for the time being.
Fields§
§app_package_id: String
The java package for the application under test. The default is determined by examining the application’s manifest.
scenarios: Vec<i32>
The list of scenarios that should be run during the test. The default is all test loops, derived from the application’s manifest.
scenario_labels: Vec<String>
The list of scenario labels that should be run during the test. The scenario labels should map to labels defined in the application’s manifest. For example, player_experience and com.google.test.loops.player_experience add all of the loops labeled in the manifest with the com.google.test.loops.player_experience name to the execution. Scenarios can also be specified in the scenarios field.
app_under_test: Option<AppUnderTest>
Required. The Android package to test.
Trait Implementations§
source§impl Clone for AndroidTestLoop
impl Clone for AndroidTestLoop
source§fn clone(&self) -> AndroidTestLoop
fn clone(&self) -> AndroidTestLoop
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AndroidTestLoop
impl Debug for AndroidTestLoop
source§impl Default for AndroidTestLoop
impl Default for AndroidTestLoop
source§impl Message for AndroidTestLoop
impl Message for AndroidTestLoop
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for AndroidTestLoop
impl PartialEq for AndroidTestLoop
source§fn eq(&self, other: &AndroidTestLoop) -> bool
fn eq(&self, other: &AndroidTestLoop) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AndroidTestLoop
Auto Trait Implementations§
impl Freeze for AndroidTestLoop
impl RefUnwindSafe for AndroidTestLoop
impl Send for AndroidTestLoop
impl Sync for AndroidTestLoop
impl Unpin for AndroidTestLoop
impl UnwindSafe for AndroidTestLoop
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request