Class ExceptionClassMatcher
- java.lang.Object
-
- com.linkedin.venice.unit.matchers.ExceptionClassMatcher
-
- All Implemented Interfaces:
org.mockito.ArgumentMatcher<java.lang.Exception>
public class ExceptionClassMatcher extends java.lang.Object implements org.mockito.ArgumentMatcher<java.lang.Exception>
-
-
Constructor Summary
Constructors Constructor Description ExceptionClassMatcher(java.lang.Class exceptionClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(java.lang.Exception argument)
-