Searched refs:wasCancelCalled (Results 1 – 2 of 2) sorted by relevance
36 assertThat(shadow.wasCancelCalled(), equalTo(false)); in shouldRecordCancel()38 assertThat(shadow.wasCancelCalled(), equalTo(true)); in shouldRecordCancel()
19 public boolean wasCancelCalled() { in wasCancelCalled() method in ShadowSslErrorHandler