when(this.entry.getLastAccessedTime()).thenReturn(new Date(now - this.timeout.toMillis() - 1)); | when(this.entry.getLastAccessedTime()).thenReturn(now.minus(this.timeout)); | new Date(now - this.timeout.toMillis() - 1) | now.minus(this.timeout) | wildfly | 7fff0e7f91614ae0db0f73e0ae4114ac26fd6245 | org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanTestCase | | | | | | Uses | True |