when(ticker.getCurrentTimeMillis()).thenReturn(System.currentTimeMillis(),System.currentTimeMillis() + EXPIRING_TIME_MILLIS + 10000); | when(ticker.getCurrentTimeMillis()).thenReturn(Instant.now().toEpochMilli(),Instant.now().plus(Duration.ofMinutes(10)).plus(CACHE_EXPIRATION).toEpochMilli()); | System.currentTimeMillis() + EXPIRING_TIME_MILLIS + 10000 | Instant.now().plus(Duration.ofMinutes(10)).plus(EXPIRING_TIME_MILLIS).toEpochMilli() | uaa | c98b2ec6b6fb7938aeb533047fd17d9732d6f67c | org.cloudfoundry.identity.uaa.cache.ExpiringUrlCacheTests | | _1 | EXPIRING_TIME_MILLIS |
---|
_2 | CACHE_EXPIRATION |
---|
| TCIVar | EXPIRING_TIME_MILLIS |
---|
| | TCIVar | EXPIRING_TIME_MILLIS |
---|
| Uses | False |