Missing the Jupiter platform configuration
Closed this issue · 3 comments
iuliana commented
Your code snippet, is missing the Jupiter platform configuration in the build.gradle
file. Because of this when running gradle test
tests are not actually picked up.
Add
test { useJUnitPlatform() }
for the project to be fully valid, even when build is run from the command line.
sbrannen commented
iuliana commented
I think I was building a different project. My bad. I'm sorry.
sbrannen commented
No worries. Thanks for the feedback.