You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eclim-user
Hi, how can I achieve execution of JUnit of JUnit 5 tests (Jupiter) When I try to write JUnit 5 tests with the following imports import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals;
Testcase: initializationError took 0.002 sec Caused an ERROR No runnable methods java.lang.Exception: No runnable methods at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
Test repo.exercise.loopedlinkedlist.LoopedLinkedListTest FAILED
Press ENTER or type command to continue
If I revert back to JUnit 4 it runs fine. Thanks
Eric Van Dewoestine
unread,
May 23, 2018, 12:05:51 PM5/23/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eclim...@googlegroups.com
This is almost certainly due to eclim using ant's junit task which
doesn't support junit 5. It looks like they created a new task for
that, so I'll have to create a new command to leverage that.