Uses of Class
org.mockito.internal.stubbing.answers.AbstractThrowsException
-
Packages that use AbstractThrowsException Package Description org.mockito.internal.stubbing.answers Answers for stubbed calls. -
-
Uses of AbstractThrowsException in org.mockito.internal.stubbing.answers
Subclasses of AbstractThrowsException in org.mockito.internal.stubbing.answers Modifier and Type Class Description class
ThrowsException
An answer that always throws the same throwable.class
ThrowsExceptionForClassType
-