zerocode
zerocode copied to clipboard
ZeroCodeUnitRunner does not run with JUnit5 Jupiter tests
Hi there! Followed your https://github.com/authorjapps/hello-kafka-stream-testing example but my project uses JUnit5 which does not seem to run the tests even though I included zerocode-tdd-jupiter module. Let me know if I am missing anything.
I get No runnable methods error
Hey @elizabetht , It's a kind of a late reply :) , You can only use JUni5 for load testing, If you are using other types of testing( rest, soap,Kafka etc ) you need to stick with JUnit 4. Let us know if you need anything.