Searched refs:update5 (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/selectionpolicy/ |
| H A D | ReaperSelectionPolicyDevelopmentClientTest.kt | 20 …private val update5 = UpdateEntity(UUID.randomUUID(), Date(1608667857778L), runtimeVersion, "scope… constant 32 update5.lastAccessed = Date(1619569813255L) in testSelectUpdatesToDelete_BasicCase() 35 listOf(update2, update5, update4, update1, update3), in testSelectUpdatesToDelete_BasicCase() 36 update5, in testSelectUpdatesToDelete_BasicCase()
|
| H A D | ReaperSelectionPolicyFilterAwareTest.kt | 19 …private val update5 = UpdateEntity(UUID.randomUUID(), Date(1608667857778L), runtimeVersion, scopeK… constant 54 listOf(update1, update2, update3, update4, update5), in testSelectUpdatesToDelete_olderAndNewerUpdates() 63 Assert.assertFalse(updatesToDelete.contains(update5)) in testSelectUpdatesToDelete_olderAndNewerUpdates()
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | ReaperSelectionPolicyDevelopmentClientSpec.swift | 15 var update5: Update! in spec() variable 83 update5 = Update( in spec() 110 update5.lastAccessed = Date(timeIntervalSince1970: 1619569815) in spec() 113 …lete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update5, updates: [update2, update5, up… in spec()
|
| H A D | ReaperSelectionPolicyFilterAwareSpec.swift | 17 var update5: Update! in spec() variable 79 update5 = Update( in spec() 115 …(withLaunchedUpdate: update4, updates: [update1, update2, update3, update4, update5], filters: nil) in spec()
|