pub struct XcTestConfiguration {
pub session_identifier: Uuid,
pub test_bundle_url: NsUrl,
pub ide_capabilities: XctCapabilities,
pub automation_framework_path: String,
pub initialize_for_ui_testing: bool,
pub report_results_to_ide: bool,
pub tests_must_run_on_main_thread: bool,
pub test_timeouts_enabled: bool,
pub additional_fields: Vec<(String, Value)>,
}Fields§
§session_identifier: Uuid§test_bundle_url: NsUrl§ide_capabilities: XctCapabilities§automation_framework_path: String§initialize_for_ui_testing: bool§report_results_to_ide: bool§tests_must_run_on_main_thread: bool§test_timeouts_enabled: bool§additional_fields: Vec<(String, Value)>Trait Implementations§
Source§impl Clone for XcTestConfiguration
impl Clone for XcTestConfiguration
Source§fn clone(&self) -> XcTestConfiguration
fn clone(&self) -> XcTestConfiguration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for XcTestConfiguration
impl RefUnwindSafe for XcTestConfiguration
impl Send for XcTestConfiguration
impl Sync for XcTestConfiguration
impl Unpin for XcTestConfiguration
impl UnsafeUnpin for XcTestConfiguration
impl UnwindSafe for XcTestConfiguration
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
Mutably borrows from an owned value. Read more