public static class KafkaMatchers.ConsumerRecordValueMatcher<V>
extends org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,V>>
| Constructor and Description |
|---|
ConsumerRecordValueMatcher(V payload) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matches(java.lang.Object item,
org.hamcrest.Description mismatchDescription) |
public ConsumerRecordValueMatcher(V payload)
public void describeTo(org.hamcrest.Description description)
protected boolean matches(java.lang.Object item,
org.hamcrest.Description mismatchDescription)
matches in class org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,V>>