Class HamcrestExceptionIgnorer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.hamcrest.Matcher<? super java.lang.Throwable> matcher  
    • Constructor Summary

      Constructors 
      Constructor Description
      HamcrestExceptionIgnorer​(org.hamcrest.Matcher<? super java.lang.Throwable> matcher)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldIgnoreException​(java.lang.Throwable exception)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • matcher

        private final org.hamcrest.Matcher<? super java.lang.Throwable> matcher
    • Constructor Detail

      • HamcrestExceptionIgnorer

        public HamcrestExceptionIgnorer​(org.hamcrest.Matcher<? super java.lang.Throwable> matcher)