Searched refs:committed (Results 1 – 2 of 2) sorted by relevance
99 RollbackInfo committed = Utils.getCommittedRollback(TestApp.A); in testApkOnlyCommitRollback() local100 assertThat(committed).hasRollbackId(available.getRollbackId()); in testApkOnlyCommitRollback()101 assertThat(committed).isStaged(); in testApkOnlyCommitRollback()102 assertThat(committed).packagesContainsExactly( in testApkOnlyCommitRollback()104 assertThat(committed).causePackagesContainsExactly(TestApp.A2); in testApkOnlyCommitRollback()105 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testApkOnlyCommitRollback()109 Utils.waitForSessionReady(committed.getCommittedSessionId()); in testApkOnlyCommitRollback()124 RollbackInfo committed = Utils.getCommittedRollback(TestApp.A); in testApkOnlyConfirmRollback() local125 assertThat(committed).isStaged(); in testApkOnlyConfirmRollback()126 assertThat(committed).packagesContainsExactly( in testApkOnlyConfirmRollback()[all …]
95 RollbackInfo committed = Utils.getCommittedRollback(TestApp.A); in testBasic() local96 assertThat(committed).isNotNull(); in testBasic()97 assertThat(committed).hasRollbackId(available.getRollbackId()); in testBasic()98 assertThat(committed).isNotStaged(); in testBasic()99 assertThat(committed).packagesContainsExactly( in testBasic()101 assertThat(committed).causePackagesContainsExactly(TestApp.A2); in testBasic()