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