クラス KafkaMatchers.ConsumerRecordPartitionMatcher
java.lang.ObjectSE
org.hamcrest.BaseMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>
org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>
org.springframework.kafka.test.hamcrest.KafkaMatchers.ConsumerRecordPartitionMatcher
- 実装済みのインターフェース一覧:
org.hamcrest.Matcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>, org.hamcrest.SelfDescribing
- 含まれているクラス:
KafkaMatchers
public static class KafkaMatchers.ConsumerRecordPartitionMatcher
extends org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>
- 作成者:
- Gary Russell, Biju Kunjummen
コンストラクター概要
コンストラクター方法の概要
クラス org.hamcrest.DiagnosingMatcher から継承されたメソッド
describeMismatch, matchesクラス org.hamcrest.BaseMatcher から継承されたメソッド
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
コンストラクターの詳細
ConsumerRecordPartitionMatcher
public ConsumerRecordPartitionMatcher(int partition)
方法の詳細
describeTo
public void describeTo(org.hamcrest.Description description) matches
- 次で指定:
- クラス
org.hamcrest.DiagnosingMatcher<org.apache.kafka.clients.consumer.ConsumerRecord<?,の?>> matches