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/src/test/java/com/xtremelabs/robolectric/shadows/
WebViewTest.java
131
assertEquals(0, shadowWebView.
getGoBackInvocations
());
133
assertEquals(1, shadowWebView.
getGoBackInvocations
());
136
assertEquals(3, shadowWebView.
getGoBackInvocations
());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowWebView.java
195
public int
getGoBackInvocations
() {
Completed in 35 milliseconds