Class PlainKafkaAssertions
java.lang.Object
io.debezium.testing.system.assertions.PlainKafkaAssertions
- All Implemented Interfaces:
KafkaAssertions<String,String>
-
Field Summary
FieldsFields inherited from interface io.debezium.testing.system.assertions.KafkaAssertions
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertDocumentIsUnwrapped(String topic, int amount) voidassertRecordIsUnwrapped(String topic, int amount) voidassertRecordsContain(String topic, String content) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.testing.system.assertions.KafkaAssertions
assertMinimalRecordsCount, assertRecordsCount, assertTopicsExist
-
Field Details
-
kafkaConsumerProps
-
-
Constructor Details
-
PlainKafkaAssertions
-
-
Method Details
-
getConsumer
- Specified by:
getConsumerin interfaceKafkaAssertions<String,String>
-
assertRecordsContain
- Specified by:
assertRecordsContainin interfaceKafkaAssertions<String,String>
-
assertRecordIsUnwrapped
- Specified by:
assertRecordIsUnwrappedin interfaceKafkaAssertions<String,String>
-
assertDocumentIsUnwrapped
- Specified by:
assertDocumentIsUnwrappedin interfaceKafkaAssertions<String,String>
-