Searched defs:throwableType (Results 1 – 5 of 5) sorted by relevance
124 BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType); in willThrow()132 …BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType, Class<? extends Throwa… in willThrow()175 public BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType) { in willThrow()179 …public BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType, Class<? extends… in willThrow()
114 OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType); in thenThrow()
51 public OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType) { in thenThrow()
132 …PsiClassType throwableType = factory.createTypeByFQClassName("java.lang.Throwable", file.getResolv… in testIsInheritor() local
130 public DexType throwableType = createType(throwableDescriptor); field in DexItemFactory