Searched refs:setThrowable (Results 1 – 7 of 7) sorted by relevance
166 public void setThrowable(Throwable throwable) { in setThrowable() method in MockControl223 public void setThrowable(Throwable throwable, int times) { in setThrowable() method in MockControl376 public void setThrowable(Throwable throwable, int minCount, int maxCount) { in setThrowable() method in MockControl382 public void setThrowable(Throwable throwable, Range range) { in setThrowable() method in MockControl
200 tr.setThrowable(t); // make Throwable available to IHookable in invokeHookable()246 testResult.setThrowable(ex.getCause()); in invokeWithTimeoutWithNoExecutor()268 testResult.setThrowable(exception); in invokeWithTimeoutWithNewExecutor()296 tr.setThrowable(t); // make Throwable available to IConfigurable in invokeConfigurable()
296 testResult.setThrowable(cause); in handleConfigurationFailure()544 testResult.setThrowable(ex.getCause() == null ? ex : ex.getCause()); in throwConfigurationFailure()657 testResult.setThrowable(ite.getCause()); in invokeMethod()663 testResult.setThrowable(cause.getCause()); in invokeMethod()666 testResult.setThrowable(cause); in invokeMethod()671 testResult.setThrowable(thr); in invokeMethod()1368 testResult.setThrowable(expectedExceptionsHolder.wrongException(ite)); in handleInvocationResults()1383 testResult.setThrowable(exception); in handleInvocationResults()1588 testResult.setThrowable(throwable); in handleException()
205 public void setThrowable(Throwable throwable) { in setThrowable() method in TestResult
51 public void setThrowable(Throwable throwable); in setThrowable() method
122 tr.setThrowable(failure.getException());139 tr.setThrowable(failure.getException());
93 tri.setThrowable(t); in recordFailure()305 public void setThrowable(Throwable t) { in setThrowable() method in JUnitTestRunner.TestRunInfo