pub struct IntegrationTest { /* private fields */ }
Implementations§
Source§impl IntegrationTest
impl IntegrationTest
pub async fn start(part: usize, options: TestOptions) -> Result<Self, Error>
pub fn connect_to_reverser(&self) -> Result<ReverserProxy, Error>
pub fn reverser_moniker_for_selectors(&self) -> String
Auto Trait Implementations§
impl Freeze for IntegrationTest
impl !RefUnwindSafe for IntegrationTest
impl Send for IntegrationTest
impl Sync for IntegrationTest
impl Unpin for IntegrationTest
impl !UnwindSafe for IntegrationTest
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