- All Implemented Interfaces:
org.mockito.ArgumentMatcher<Exception>
public class ExceptionClassMatcher
extends Object
implements org.mockito.ArgumentMatcher<Exception>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.mockito.ArgumentMatcher
type
-
Constructor Details
-
ExceptionClassMatcher
public ExceptionClassMatcher(Class exceptionClass)
-
Method Details
-
matches
- Specified by:
matches
in interface org.mockito.ArgumentMatcher<Exception>