Searched refs:destroyedNonReadySession (Results 1 – 1 of 1) sorted by relevance
199 FakeStagedSession destroyedNonReadySession = new FakeStagedSession(101); in restoreSessions_handlesDestroyedAndNotReadySessions() local200 destroyedNonReadySession.setCommitted(true); in restoreSessions_handlesDestroyedAndNotReadySessions()201 destroyedNonReadySession.setDestroyed(true); in restoreSessions_handlesDestroyedAndNotReadySessions()212 sessions.add(destroyedNonReadySession); in restoreSessions_handlesDestroyedAndNotReadySessions()220 assertThat(destroyedNonReadySession.isDestroyed()).isTrue(); in restoreSessions_handlesDestroyedAndNotReadySessions()