Lines Matching refs:updatesToDelete
113 …let updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update5, updates: [updat… in spec() variable
114 expect(updatesToDelete.count) == 2 in spec()
115 expect(updatesToDelete.contains(update1)) == true in spec()
116 expect(updatesToDelete.contains(update2)) == true in spec()
127 …let updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update4, updates: [updat… in spec() variable
128 expect(updatesToDelete.count) == 1 in spec()
129 expect(updatesToDelete.contains(update1)) == true in spec()
140 …let updatesToDelete = selectionPolicy.updatesToDelete(withLaunchedUpdate: update1, updates: [updat… in spec() variable
141 expect(updatesToDelete.count) == 1 in spec()
142 expect(updatesToDelete.contains(update2)) == true in spec()
147 …let updatesToDeleteWith2Total = selectionPolicy.updatesToDelete(withLaunchedUpdate: update2, updat… in spec()
148 …let updatesToDeleteWith3Total = selectionPolicy.updatesToDelete(withLaunchedUpdate: update3, updat… in spec()