Searched refs:isCancelable (Results 1 – 3 of 3) sorted by relevance
87 assertThat(shadow.isCancelable()).isFalse(); in shouldSetCancelable()102 assertThat(shadow.isCancelable()).isTrue(); in shouldDefaultCancelableToTrueAsTheSDKDoes()
57 assertThat(shadowAlertDialog.isCancelable()).isTrue(); in testBuilder()
83 public boolean isCancelable() { in isCancelable() method in ShadowDialog