Searched refs:forException (Results 1 – 3 of 3) sorted by relevance
65 public static <T> SyncAnswer<T> forException(@NonNull Throwable t) { in forException() method in SyncAnswer
52 SyncAnswer<Boolean> syncException = SyncAnswer.forException(expected); in testForException()
166 SyncAnswer<UserInfo> syncException = SyncAnswer.forException(new Exception()); in mockPreCreateUserException()