Searched refs:wasDestroyCalled (Results 1 – 2 of 2) sorted by relevance
221 assertThat(shadowOf(webView).wasDestroyCalled()).isFalse(); in shouldRecordDestroy()223 assertThat(shadowOf(webView).wasDestroyCalled()).isTrue(); in shouldRecordDestroy()
283 public boolean wasDestroyCalled() { in wasDestroyCalled() method in ShadowWebView