Searched refs:wasClearHistoryCalled (Results 1 – 2 of 2) sorted by relevance
166 assertThat(shadowWebView.wasClearHistoryCalled(), equalTo(false)); in shouldRecordClearHistory()168 assertThat(shadowWebView.wasClearHistoryCalled(), equalTo(true)); in shouldRecordClearHistory()
136 public boolean wasClearHistoryCalled() { in wasClearHistoryCalled() method in ShadowWebView