Home
last modified time | relevance | path

Searched refs:getGoBackInvocations (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DWebViewTest.java131 assertEquals(0, shadowWebView.getGoBackInvocations()); in shouldStoreTheNumberOfTimesGoBackWasCalled()
133 assertEquals(1, shadowWebView.getGoBackInvocations()); in shouldStoreTheNumberOfTimesGoBackWasCalled()
136 assertEquals(3, shadowWebView.getGoBackInvocations()); in shouldStoreTheNumberOfTimesGoBackWasCalled()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowWebView.java195 public int getGoBackInvocations() { in getGoBackInvocations() method in ShadowWebView