zerocode icon indicating copy to clipboard operation
zerocode copied to clipboard

ZeroCodeUnitRunner does not run with JUnit5 Jupiter tests

Open elizabetht opened this issue 5 years ago • 1 comments

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

elizabetht avatar May 01 '20 21:05 elizabetht

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.

sparrowV avatar Mar 18 '21 05:03 sparrowV