public static class KafkaMatchers.ConsumerRecordPartitionMatcher
extends org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>
| Constructor and Description |
|---|
ConsumerRecordPartitionMatcher(int partition) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matches(java.lang.Object item,
org.hamcrest.Description mismatchDescription) |
public ConsumerRecordPartitionMatcher(int partition)
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<?,?>>