Open
Description
This test implements its custom wrapper over MonotonicTimestampGenerator
(defined in src/timestamp_generator.cpp
). The wrapper's next()
implementation simply appends generated timestamp to vector. This vector is then inspected during the test.
To remove the files mentioned in PR title, we firstly need to implement some testing utility API on rust side which would allow to collect the generated timestamps and inspect them. The test needs to be rewritten using this API.
All this should be done once #295 is merged.