Searched refs:wasClearHistoryCalled (Results 1 – 2 of 2) sorted by relevance
183 assertThat(shadowOf(webView).wasClearHistoryCalled()).isFalse(); in shouldRecordClearHistory()185 assertThat(shadowOf(webView).wasClearHistoryCalled()).isTrue(); in shouldRecordClearHistory()
247 public boolean wasClearHistoryCalled() { in wasClearHistoryCalled() method in ShadowWebView