HomeSort by relevance Sort by last modified time
    Searched refs:throwables (Results 1 - 7 of 7) sorted by null

  /external/mockito/src/org/mockito/stubbing/
OngoingStubbing.java 74 * If throwables contain a checked exception then it has to
77 * You can specify throwables to be thrown for consecutive calls.
84 * @param throwables to be thrown on method invocation
88 OngoingStubbing<T> thenThrow(Throwable... throwables);
  /external/mockito/src/org/mockito/internal/stubbing/
BaseStubbing.java 34 public OngoingStubbing<T> thenThrow(Throwable... throwables) {
35 if (throwables == null) {
39 for (Throwable t: throwables) {
  /external/mockito/src/org/mockito/
BDDMockito.java 41 * Stubbing voids with throwables:
94 BDDMyOngoingStubbing<T> willThrow(Throwable... throwables);
154 public BDDMyOngoingStubbing<T> willThrow(Throwable... throwables) {
155 return new BDDOngoingStubbingImpl<T>(mockitoOngoingStubbing.thenThrow(throwables));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 1810 List<Throwable> throwables = logger.getFirstTrace(); local
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 3279 milliseconds