googleinterns / step229-2020

1 stars 1 forks source link

Add implementation for mocking the clock in order to have control over time #61

Closed andreeanica16 closed 4 years ago

andreeanica16 commented 4 years ago
  1. Add interface MyClock which defines the methods used.
  2. Add class ClockServer that would provide the current time and would be used in the actual implementation
  3. Add class ClockStub that would be the mock object.
andreeanica16 commented 4 years ago

@tblanshard @iht @juliocc