added sequence counter to verification helper, increments after succesful sending, added very basic test (does it even increment?), needs some more tests probably

This commit is contained in:
lkoester
2023-03-09 09:03:14 +01:00
parent 0b6cd3e420
commit b0c831d0dc
3 changed files with 162 additions and 20 deletions

View File

@ -35,6 +35,7 @@ pub mod crossbeam_test {
let cfg = VerificationReporterCfg::new(
TEST_APID,
Box::new(SeqCountProviderSyncClonable::default()),
Box::new(SeqCountProviderSyncClonable::default()),
1,
2,
8,