| H A D | ReaperSelectionPolicyFilterAwareTest.kt | 17 …private val update3 = UpdateEntity(UUID.randomUUID(), Date(1608667857776L), runtimeVersion, scopeK… constant in expo.modules.updates.selectionpolicy.ReaperSelectionPolicyFilterAwareTest 31 listOf(update1, update2, update3), in testSelectUpdatesToDelete_olderUpdates() 32 update3, in testSelectUpdatesToDelete_olderUpdates() 38 Assert.assertFalse(updatesToDelete.contains(update3)) in testSelectUpdatesToDelete_olderUpdates() 54 listOf(update1, update2, update3, update4, update5), in testSelectUpdatesToDelete_olderAndNewerUpdates() 61 Assert.assertFalse(updatesToDelete.contains(update3)) in testSelectUpdatesToDelete_olderAndNewerUpdates() 71 listOf(update1, update2, update3, update4DifferentScope), in testSelectUpdatesToDelete_differentScopeKey()
|