#[non_exhaustive]pub struct SuiteRunConfiguration { /* private fields */ }
Expand description
Gets suite run configuration.
Implementations§
source§impl SuiteRunConfiguration
impl SuiteRunConfiguration
sourcepub fn primary_device(&self) -> Option<&DeviceUnderTest>
pub fn primary_device(&self) -> Option<&DeviceUnderTest>
Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.
sourcepub fn selected_test_list(&self) -> Option<&[String]>
pub fn selected_test_list(&self) -> Option<&[String]>
Sets test case list.
sourcepub fn parallel_run(&self) -> bool
pub fn parallel_run(&self) -> bool
TRUE if multiple test suites run in parallel.
source§impl SuiteRunConfiguration
impl SuiteRunConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SuiteRunConfiguration
.
Trait Implementations§
source§impl Clone for SuiteRunConfiguration
impl Clone for SuiteRunConfiguration
source§fn clone(&self) -> SuiteRunConfiguration
fn clone(&self) -> SuiteRunConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SuiteRunConfiguration
impl Debug for SuiteRunConfiguration
source§impl PartialEq<SuiteRunConfiguration> for SuiteRunConfiguration
impl PartialEq<SuiteRunConfiguration> for SuiteRunConfiguration
source§fn eq(&self, other: &SuiteRunConfiguration) -> bool
fn eq(&self, other: &SuiteRunConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.