Class KafkaMatchers.ConsumerRecordValueMatcher<V>
java.lang.Object
org.hamcrest.BaseMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,V>>
org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,V>>
org.springframework.kafka.test.hamcrest.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>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(org.hamcrest.Description description) protected booleanMethods inherited from class org.hamcrest.DiagnosingMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Constructor Details
-
ConsumerRecordValueMatcher
-
-
Method Details
-
describeTo
public void describeTo(org.hamcrest.Description description) -
matches
-