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