Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
The REEF.NET code is currently using the RuntimeClock type directly instead of IClock. This defeats the purpose of having the interface in the first place: When writing tests for e.g. timeouts, it is very convenient to supply a clock that runs faster than real time.
We should refactor all uses of RuntimeClock in the code base and use the interface IClock wherever possible.
Attachments
Issue Links
- duplicates
-
REEF-1069 Revisit IClock/RuntimeClock
- Resolved