dino2895 opened a new pull request, #23253:
URL: https://github.com/apache/kafka/pull/23253
Migrate the remaining Hamcrest assertions in the
`org.apache.kafka.streams.kstream.internals.foreignkeyjoin` package to JUnit
5 assertions.
This is a test-only change covering:
- `ForeignTableJoinProcessorSupplierTests`
- `ResponseJoinProcessorSupplierTest`
- `SubscriptionSendProcessorSupplierTest`
The Streams module-level Hamcrest dependency is retained because it is still
used by tests outside this package.
Testing:
```text
./gradlew :streams:test \
--tests
org.apache.kafka.streams.kstream.internals.foreignkeyjoin.ForeignTableJoinProcessorSupplierTests
\
--tests
org.apache.kafka.streams.kstream.internals.foreignkeyjoin.ResponseJoinProcessorSupplierTest
\
--tests
org.apache.kafka.streams.kstream.internals.foreignkeyjoin.SubscriptionSendProcessorSupplierTest
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]