Searched refs:getGoBackInvocations (Results 1 – 2 of 2) sorted by relevance
131 assertEquals(0, shadowWebView.getGoBackInvocations()); in shouldStoreTheNumberOfTimesGoBackWasCalled()133 assertEquals(1, shadowWebView.getGoBackInvocations()); in shouldStoreTheNumberOfTimesGoBackWasCalled()136 assertEquals(3, shadowWebView.getGoBackInvocations()); in shouldStoreTheNumberOfTimesGoBackWasCalled()
195 public int getGoBackInvocations() { in getGoBackInvocations() method in ShadowWebView