pub struct MockPlugin { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl PluginAssertions for MockPlugin
impl PluginAssertions for MockPlugin
Source§fn assert_state(&self, _expected_state: &str)
fn assert_state(&self, _expected_state: &str)
Assert the plugin is in a specific state
Source§fn assert_has_capability(&self, capability: &str)
fn assert_has_capability(&self, capability: &str)
Assert the plugin has a specific capability
Source§fn assert_health_status(&self, _expected_status: &str)
fn assert_health_status(&self, _expected_status: &str)
Assert the plugin’s health status
Auto Trait Implementations§
impl Freeze for MockPlugin
impl RefUnwindSafe for MockPlugin
impl Send for MockPlugin
impl Sync for MockPlugin
impl Unpin for MockPlugin
impl UnsafeUnpin for MockPlugin
impl UnwindSafe for MockPlugin
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