tadayosi commented on issue #166: URL: https://github.com/apache/camel-kafka-connector/issues/166#issuecomment-776450935
There are very few options of testing framework that can be used with JUnit 5. https://khmarbaise.github.io/maven-it-extension/itf-documentation/background/background.html I initially tried to use [maven-plugin-testing-harness](https://maven.apache.org/plugin-testing/maven-plugin-testing-harness/getting-started/index.html) but it only supports up to JUnit 4. Fitting it into JUnit 5 is hard and should easily become hacky. So far the most popular and promising framework seems to be [khmarbaise/maven-it-extension](https://github.com/khmarbaise/maven-it-extension), which supports JUnit 5 and is being actively developed, so I'm going to write some tests with the framework. @valdar @oscerd @orpiske WDYT? Do you have any opinions about the choice of the testing frameworks? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org