Searched refs:copyListAfterRestore (Results 1 – 1 of 1) sorted by relevance
2066 WebBackForwardList copyListAfterRestore = newWebView.copyBackForwardList(); in testSaveAndRestoreState() local2067 assertNotNull(copyListAfterRestore); in testSaveAndRestoreState()2068 assertEquals(3, copyListAfterRestore.getSize()); in testSaveAndRestoreState()2069 assertEquals(2, copyListAfterRestore.getCurrentIndex()); in testSaveAndRestoreState()2070 assertEquals(url1, copyListAfterRestore.getItemAtIndex(0).getUrl()); in testSaveAndRestoreState()2071 assertEquals(url2, copyListAfterRestore.getItemAtIndex(1).getUrl()); in testSaveAndRestoreState()2072 assertEquals(url3, copyListAfterRestore.getItemAtIndex(2).getUrl()); in testSaveAndRestoreState()