Searched refs:expectedAfter (Results 1 – 1 of 1) sorted by relevance
1024 Date expectedAfter = new Date(now.getTime() - SLOP_TIME_MILLIS); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success() local1028 assertTrue("Time should be close to current time", actual.after(expectedAfter)); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success()1041 Date expectedAfter = new Date(now.getTime() - SLOP_TIME_MILLIS); in testKeyStore_GetCreationDate_CAEntry_Unencrypted_Success() local1045 assertTrue("Time should be close to current time", actual.after(expectedAfter)); in testKeyStore_GetCreationDate_CAEntry_Unencrypted_Success()