Searched refs:FailException (Results 1 – 1 of 1) sorted by relevance
74 public boolean doStep(int step) throws FailException { in testOnCancelListener()105 public boolean doStep(int step) throws FailException { in testOnDismissListener()112 throw new FailException("dismiss called"); in testOnDismissListener()121 throw new FailException("dismiss not called"); in testOnDismissListener()134 public boolean doStep(int step) throws FailException { in testStopSearch()165 private void assertInVisible() throws FailException { in assertInVisible()167 throw new FailException(); in assertInVisible()171 private void assertVisible() throws FailException { in assertVisible()173 throw new FailException(); in assertVisible()177 private void assertFalse(String message, boolean value) throws FailException { in assertFalse()[all …]