issues
search
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
Add interface MyClock which defines the methods used.
Add class ClockServer that would provide the current time and would be used in the actual implementation
Add class ClockStub that would be the mock object.
andreeanica16
commented
4 years ago
@tblanshard @iht @juliocc