Home
last modified time | relevance | path

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 DReaperSelectionPolicyDevelopmentClientTest.kt20 …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 DReaperSelectionPolicyFilterAwareTest.kt19 …private val update5 = UpdateEntity(UUID.randomUUID(), Date(1608667857778L), runtimeVersion, scopeK… constant in expo.modules.updates.selectionpolicy.ReaperSelectionPolicyFilterAwareTest
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 DReaperSelectionPolicyDevelopmentClientSpec.swift15 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 DReaperSelectionPolicyFilterAwareSpec.swift17 var update5: Update! in spec() variable
79 update5 = Update( in spec()
115 …(withLaunchedUpdate: update4, updates: [update1, update2, update3, update4, update5], filters: nil) in spec()