Class KafkaMatchers.ConsumerRecordValueMatcher<V>

  • All Implemented Interfaces:
    org.hamcrest.Matcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,​V>>, org.hamcrest.SelfDescribing
    Enclosing class:
    KafkaMatchers

    public static class KafkaMatchers.ConsumerRecordValueMatcher<V>
    extends org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,​V>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void describeTo​(org.hamcrest.Description description)  
      protected boolean matches​(java.lang.Object item, org.hamcrest.Description mismatchDescription)  
      • Methods inherited from class org.hamcrest.DiagnosingMatcher

        describeMismatch, matches
      • Methods inherited from class org.hamcrest.BaseMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConsumerRecordValueMatcher

        public ConsumerRecordValueMatcher​(V payload)
    • Method Detail

      • describeTo

        public void describeTo​(org.hamcrest.Description description)
      • matches

        protected boolean matches​(java.lang.Object item,
                                  org.hamcrest.Description mismatchDescription)
        Specified by:
        matches in class org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,​V>>