struct MockOrganizationReportsApi_OrganizationReportsApi {
create_organization_report: Expectations,
get_latest_organization_report: Expectations,
get_organization_report: Expectations,
get_organization_report_application_data: Expectations,
get_organization_report_data: Expectations,
get_organization_report_summary: Expectations,
get_organization_report_summary_data_by_date_range: Expectations,
update_organization_report: Expectations,
update_organization_report_application_data: Expectations,
update_organization_report_data: Expectations,
update_organization_report_summary: Expectations,
}
Fields§
§create_organization_report: Expectations
§get_latest_organization_report: Expectations
§get_organization_report: Expectations
§get_organization_report_application_data: Expectations
§get_organization_report_data: Expectations
§get_organization_report_summary: Expectations
§get_organization_report_summary_data_by_date_range: Expectations
§update_organization_report: Expectations
§update_organization_report_application_data: Expectations
§update_organization_report_data: Expectations
§update_organization_report_summary: Expectations
Implementations§
Source§impl MockOrganizationReportsApi_OrganizationReportsApi
impl MockOrganizationReportsApi_OrganizationReportsApi
Sourcepub fn checkpoint(&mut self)
pub fn checkpoint(&mut self)
Validate that all current expectations for all methods have been satisfied, and discard them.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockOrganizationReportsApi_OrganizationReportsApi
impl RefUnwindSafe for MockOrganizationReportsApi_OrganizationReportsApi
impl Send for MockOrganizationReportsApi_OrganizationReportsApi
impl Sync for MockOrganizationReportsApi_OrganizationReportsApi
impl Unpin for MockOrganizationReportsApi_OrganizationReportsApi
impl UnwindSafe for MockOrganizationReportsApi_OrganizationReportsApi
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
Mutably borrows from an owned value. Read more