Searched refs:expectedBefore (Results 1 – 1 of 1) sorted by relevance
1035 Date expectedBefore = new Date(now.getTime() + SLOP_TIME_MILLIS); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success() local1037 assertTrue("Time should be close to current time", actual.before(expectedBefore)); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success()1052 Date expectedBefore = new Date(now.getTime() + SLOP_TIME_MILLIS); in testKeyStore_GetCreationDate_CAEntry_Unencrypted_Success() local1054 assertTrue("Time should be close to current time", actual.before(expectedBefore)); in testKeyStore_GetCreationDate_CAEntry_Unencrypted_Success()