Searched refs:copyListAfterRestore (Results 1 – 1 of 1) sorted by relevance
2061 WebBackForwardList copyListAfterRestore = newWebView.copyBackForwardList(); in testSaveAndRestoreState() local2062 assertNotNull(copyListAfterRestore); in testSaveAndRestoreState()2063 assertEquals(3, copyListAfterRestore.getSize()); in testSaveAndRestoreState()2064 assertEquals(2, copyListAfterRestore.getCurrentIndex()); in testSaveAndRestoreState()2065 assertEquals(url1, copyListAfterRestore.getItemAtIndex(0).getUrl()); in testSaveAndRestoreState()2066 assertEquals(url2, copyListAfterRestore.getItemAtIndex(1).getUrl()); in testSaveAndRestoreState()2067 assertEquals(url3, copyListAfterRestore.getItemAtIndex(2).getUrl()); in testSaveAndRestoreState()