OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGoBackInvocations
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowWebViewTest.java
122
assertThat(shadowOf(webView).
getGoBackInvocations
()).isEqualTo(0);
126
assertThat(shadowOf(webView).
getGoBackInvocations
()).isEqualTo(0);
133
assertThat(shadowOf(webView).
getGoBackInvocations
()).isEqualTo(1);
136
assertThat(shadowOf(webView).
getGoBackInvocations
()).isEqualTo(3);
141
assertThat(shadowOf(webView).
getGoBackInvocations
()).isEqualTo(5);
149
assertThat(shadowOf(webView).
getGoBackInvocations
()).isEqualTo(2);
153
assertThat(shadowOf(webView).
getGoBackInvocations
()).isEqualTo(2);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWebView.java
368
public int
getGoBackInvocations
() {
Completed in 61 milliseconds