Skip to content

inject clock into PartitionFilter

Josephine Höjding requested to merge ECDC-4145_inject-clock into main

ECDC-4145_inject-clock. A clock class, Clock.h, is created and used in PartitionFilter to retrieve the current time. To simply the partition filter tests, Clock.h includes a FakeClock class in which a fake time point can be set.

Merge request reports