Searched refs:forSingleFailure (Results 1 – 4 of 4) sorted by relevance
170 AnswerSyncCallback.forSingleFailure(Void.class, mFailure); in testForSingleFailure_void()186 AnswerSyncCallback.forSingleFailure(String.class, mFailure); in testForSingleFailure_nonVoid()
111 public static <A> AnswerSyncCallback<A> forSingleFailure(Class<A> clazz, Throwable failure) { in forSingleFailure() method in AnswerSyncCallback
296 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterSellerReportingThrowsAnException()338 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
392 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterSellerReportingAndRegisteringThrowsAnException()515 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterBuyerReportingAndRegisteringThrowsAnException()