midje

dangit 2016-12-03T18:13:57.000002Z

Thanks @chrisblom

dangit 2016-12-03T18:19:31.000003Z

Is there a good way to fake instantiation of Java classes? Both of these complain Unable to resolve var…:

(provided 
  (Integer. ..x..) => ..ix..
  (new java.lang.Integer ..y..) => ..iy..)