Skip to main content

test_position_based_resumption

Function test_position_based_resumption 

Source
pub async fn test_position_based_resumption<F, S>(
    make_store: F,
) -> ContractTestResult
where F: Fn() -> S + Send + Sync + Clone + 'static, S: EventStore + EventReader + Send + Sync + 'static,
Expand description

Contract test: Position-based resumption works correctly