to beguile the time, be like the time
Nov. 27th, 2013 01:53 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
trait TimeReader { def currentTime: Long = System.currentTimeMillis }
...
class DataSomething(val name:String, val number:Long...) extends TimeReader {...}
...
val sut = new DataSomething("Ivanov", 42,...) with MockTime