Class ExceptionClassMatcher

java.lang.Object
com.linkedin.venice.unit.matchers.ExceptionClassMatcher
All Implemented Interfaces:
org.mockito.ArgumentMatcher<Exception>

public class ExceptionClassMatcher extends Object implements org.mockito.ArgumentMatcher<Exception>
  • Constructor Details

    • ExceptionClassMatcher

      public ExceptionClassMatcher(Class exceptionClass)
  • Method Details

    • matches

      public boolean matches(Exception argument)
      Specified by:
      matches in interface org.mockito.ArgumentMatcher<Exception>