Searched refs:FailedBefore (Results 1 – 3 of 3) sorted by relevance
45 } catch (FailedBefore e) { in runProtected()51 private void runBefores() throws FailedBefore { in runBefores()61 throw new FailedBefore(); in runBefores()64 throw new FailedBefore(); in runBefores()
95 } catch (FailedBefore e) { in runBeforesThenTestThenAfters()124 private void runBefores() throws FailedBefore { in runBefores()134 throw new FailedBefore(); in runBefores()137 throw new FailedBefore(); in runBefores()
12 class FailedBefore extends Exception { class