HomeSort by relevance Sort by last modified time
    Searched refs:wasDestroyCalled (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowWebViewTest.java 221 assertThat(shadowOf(webView).wasDestroyCalled()).isFalse();
223 assertThat(shadowOf(webView).wasDestroyCalled()).isTrue();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWebView.java 283 public boolean wasDestroyCalled() {

Completed in 42 milliseconds