Searched defs:throwableType (Results 1 – 4 of 4) 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()
58 public OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType) { in thenThrow()
132 …PsiClassType throwableType = factory.createTypeByFQClassName("java.lang.Throwable", file.getResolv… in testIsInheritor() local