#JUnit 5 library not working
21 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @placid wigeon! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
can you share your module-info.java ?
add requires org.junit.jupiter.api
into the module?
yes into the module.
Like this?
/**
*
*/
/**
* @author stefa
*
*/
module es {
requires org.junit.jupiter.api;
}
yes.
what's the quickfix ?
There is no quickfix
Ok lemme nuke it real quick
Welp tyvm
Solved after 3 hours of looking on the net
Thank you kind stranger, have a great day.
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.