expect(times.sleepUntil(mySecondLS.getWriteTimestamp(TimeUnit.NANOSECONDS) + defaultWaitNS)).andReturn(currentTimeNS);
// When the checker slices the store, return the senior lock col by a
// foreign tx and the junior lock col by defaultTx (in that order)
recordLockGetSlice(ImmutableList.<Entry>of(
new StaticBufferEntry(myFirstLockCol, defaultLockVal),
new StaticBufferEntry(mySecondLockCol, defaultLockVal),
new StaticBufferEntry(myThirdLockCol, defaultLockVal)));
ctrl.replay();
locker.checkLocks(defaultTx);
}