Home
last modified time | relevance | path

Searched refs:setThrowable (Results 1 – 7 of 7) sorted by relevance

/external/easymock/src/org/easymock/
DMockControl.java166 public void setThrowable(Throwable throwable) { in setThrowable() method in MockControl
223 public void setThrowable(Throwable throwable, int times) { in setThrowable() method in MockControl
376 public void setThrowable(Throwable throwable, int minCount, int maxCount) { in setThrowable() method in MockControl
382 public void setThrowable(Throwable throwable, Range range) { in setThrowable() method in MockControl
/external/testng/src/main/java/org/testng/internal/
DMethodInvocationHelper.java200 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()
DInvoker.java296 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()
DTestResult.java205 public void setThrowable(Throwable throwable) { in setThrowable() method in TestResult
/external/testng/src/main/java/org/testng/
DITestResult.java51 public void setThrowable(Throwable throwable); in setThrowable() method
/external/testng/src/main/java/org/testng/junit/
DJUnit4TestRunner.java122 tr.setThrowable(failure.getException());
139 tr.setThrowable(failure.getException());
DJUnitTestRunner.java93 tri.setThrowable(t); in recordFailure()
305 public void setThrowable(Throwable t) { in setThrowable() method in JUnitTestRunner.TestRunInfo