Home
last modified time | relevance | path

Searched defs: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/
DITestResult.java51 public void setThrowable(Throwable throwable); in setThrowable() method
/external/testng/src/main/java/org/testng/junit/
DJUnitTestRunner.java305 public void setThrowable(Throwable t) { in setThrowable() method in JUnitTestRunner.TestRunInfo
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/testing/
DFakeMobileDataDownload.java231 public void setThrowable(MethodType methodType, Throwable throwable) { in setThrowable() method in FakeMobileDataDownload
/external/testng/src/main/java/org/testng/internal/
DTestResult.java205 public void setThrowable(Throwable throwable) { in setThrowable() method in TestResult
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DFunctionsTest.java121 public void setThrowable(final Throwable throwable) { in setThrowable() method in FunctionsTest.SomeException
154 public void setThrowable(final Throwable throwable) { in setThrowable() method in FunctionsTest.Testable
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/
DFailableFunctionsTest.java120 public void setThrowable(final Throwable throwable) { in setThrowable() method in FailableFunctionsTest.SomeException
153 public void setThrowable(final Throwable throwable) { in setThrowable() method in FailableFunctionsTest.Testable