Searched refs:forSingleFailure (Results 1 – 4 of 4) sorted by relevance
181 AnswerSyncCallback.forSingleFailure(Void.class, mFailure); in testForSingleFailure_void()199 AnswerSyncCallback.forSingleFailure(String.class, mFailure); in testForSingleFailure_nonVoid()
107 public static <A> AnswerSyncCallback<A> forSingleFailure(Class<A> clazz, Throwable failure) { in forSingleFailure() method in AnswerSyncCallback
303 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterSellerReportingThrowsAnException()349 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()389 AnswerSyncCallback.forSingleFailure( in testImplDoesNotCrashAfterBuyerReportingThrowsIOException()
413 AnswerSyncCallback.forSingleFailure(Void.class, mRuntimeException); in testImplDoesNotCrashAfterSellerReportingAndRegisteringThrowsAnException()548 AnswerSyncCallback.forSingleFailure( in testImplDoesNotCrashAfterBuyerReportingAndRegisteringThrowsAnException()