Class HamcrestExceptionIgnorer

java.lang.Object
org.awaitility.core.HamcrestExceptionIgnorer
All Implemented Interfaces:
ExceptionIgnorer

public class HamcrestExceptionIgnorer extends Object implements ExceptionIgnorer
  • Field Details

    • matcher

      private final org.hamcrest.Matcher<? super Throwable> matcher
  • Constructor Details

    • HamcrestExceptionIgnorer

      public HamcrestExceptionIgnorer(org.hamcrest.Matcher<? super Throwable> matcher)
  • Method Details