Searched refs:wasDestroyCalled (Results 1 – 2 of 2) sorted by relevance
180 assertThat(shadowWebView.wasDestroyCalled(), equalTo(false)); in shouldRecordDestroy()182 assertThat(shadowWebView.wasDestroyCalled(), equalTo(true)); in shouldRecordDestroy()
154 public boolean wasDestroyCalled() { in wasDestroyCalled() method in ShadowWebView