6
votes
Simulating “faster time” in linux
One approach that works best for unit testing is to abstract the way the current time is accessed in your code.
Instead of calling System.currentTimeMillis() directly you can provide your o …
