pub struct MockSecurityTaskApi {
SecurityTaskApi_expectations: MockSecurityTaskApi_SecurityTaskApi,
}Fields§
§SecurityTaskApi_expectations: MockSecurityTaskApi_SecurityTaskApiImplementations§
Source§impl MockSecurityTaskApi
impl MockSecurityTaskApi
Sourcepub fn checkpoint(&mut self)
pub fn checkpoint(&mut self)
Validate that all current expectations for all methods have been satisfied, and discard them.
Sourcepub fn new() -> Self
pub fn new() -> Self
Create a new mock object with no expectations.
This method will not be generated if the real struct
already has a new method. However, it will be
generated if the struct implements a trait with a new
method. The trait’s new method can still be called
like <MockX as TraitY>::new
Source§impl MockSecurityTaskApi
impl MockSecurityTaskApi
Sourcepub fn expect_bulk_create_tasks(&mut self) -> &mut Expectation
pub fn expect_bulk_create_tasks(&mut self) -> &mut Expectation
Create an Expectation for mocking the bulk_create_tasks method
Sourcepub fn expect_complete(&mut self) -> &mut Expectation
pub fn expect_complete(&mut self) -> &mut Expectation
Create an Expectation for mocking the complete method
Sourcepub fn expect_get(&mut self) -> &mut Expectation
pub fn expect_get(&mut self) -> &mut Expectation
Create an Expectation for mocking the get method
Sourcepub fn expect_get_task_metrics_for_organization(&mut self) -> &mut Expectation
pub fn expect_get_task_metrics_for_organization(&mut self) -> &mut Expectation
Create an Expectation for mocking the get_task_metrics_for_organization method
Sourcepub fn expect_list_for_organization(&mut self) -> &mut Expectation
pub fn expect_list_for_organization(&mut self) -> &mut Expectation
Create an Expectation for mocking the list_for_organization method
Trait Implementations§
Source§impl Debug for MockSecurityTaskApi
impl Debug for MockSecurityTaskApi
Source§impl Default for MockSecurityTaskApi
impl Default for MockSecurityTaskApi
Source§impl SecurityTaskApi for MockSecurityTaskApi
impl SecurityTaskApi for MockSecurityTaskApi
Source§fn bulk_create_tasks<'a, 'life0, 'async_trait>(
&'life0 self,
org_id: Uuid,
bulk_create_security_tasks_request_model: Option<BulkCreateSecurityTasksRequestModel>,
) -> Pin<Box<dyn Future<Output = Result<SecurityTasksResponseModelListResponseModel, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
fn bulk_create_tasks<'a, 'life0, 'async_trait>(
&'life0 self,
org_id: Uuid,
bulk_create_security_tasks_request_model: Option<BulkCreateSecurityTasksRequestModel>,
) -> Pin<Box<dyn Future<Output = Result<SecurityTasksResponseModelListResponseModel, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
POST /tasks/{orgId}/bulk-create
Source§fn complete<'a, 'life0, 'async_trait>(
&'life0 self,
task_id: Uuid,
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
fn complete<'a, 'life0, 'async_trait>(
&'life0 self,
task_id: Uuid,
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
PATCH /tasks/{taskId}/complete
Source§fn get<'a, 'life0, 'async_trait>(
&'life0 self,
status: Option<SecurityTaskStatus>,
) -> Pin<Box<dyn Future<Output = Result<SecurityTasksResponseModelListResponseModel, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
fn get<'a, 'life0, 'async_trait>(
&'life0 self,
status: Option<SecurityTaskStatus>,
) -> Pin<Box<dyn Future<Output = Result<SecurityTasksResponseModelListResponseModel, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
GET /tasks
Source§fn get_task_metrics_for_organization<'a, 'life0, 'async_trait>(
&'life0 self,
organization_id: Uuid,
) -> Pin<Box<dyn Future<Output = Result<SecurityTaskMetricsResponseModel, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
fn get_task_metrics_for_organization<'a, 'life0, 'async_trait>(
&'life0 self,
organization_id: Uuid,
) -> Pin<Box<dyn Future<Output = Result<SecurityTaskMetricsResponseModel, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
GET /tasks/{organizationId}/metrics
Source§fn list_for_organization<'a, 'life0, 'async_trait>(
&'life0 self,
organization_id: Option<Uuid>,
status: Option<SecurityTaskStatus>,
) -> Pin<Box<dyn Future<Output = Result<SecurityTasksResponseModelListResponseModel, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
fn list_for_organization<'a, 'life0, 'async_trait>(
&'life0 self,
organization_id: Option<Uuid>,
status: Option<SecurityTaskStatus>,
) -> Pin<Box<dyn Future<Output = Result<SecurityTasksResponseModelListResponseModel, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'a: 'async_trait,
'life0: 'async_trait,
GET /tasks/organization
Auto Trait Implementations§
impl Freeze for MockSecurityTaskApi
impl RefUnwindSafe for MockSecurityTaskApi
impl Send for MockSecurityTaskApi
impl Sync for MockSecurityTaskApi
impl Unpin for MockSecurityTaskApi
impl UnsafeUnpin for MockSecurityTaskApi
impl UnwindSafe for MockSecurityTaskApi
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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> CompatExt for T
impl<T> CompatExt for T
§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
§fn new_handle(value: Arc<T>) -> Handle
fn new_handle(value: Arc<T>) -> Handle
§unsafe fn clone_handle(handle: Handle) -> Handle
unsafe fn clone_handle(handle: Handle) -> Handle
§unsafe fn consume_handle(handle: Handle) -> Arc<T>
unsafe fn consume_handle(handle: Handle) -> Arc<T>
Arc<> Read more