All Questions
Tagged with junit-jupiter eclipse
5 questions
0
votes
0
answers
48
views
I can't find JUnit classes in specified packages in Project Explorer in eclipse
I can't find generated JUnit test classes in project(and package) explorer packages. Although they can be found in source folder(.apt_generated_tests), but not in a specified package (com/example/...
0
votes
1
answer
320
views
JUnit dependency not available in Maven project
I have already rebuilt the Maven repository, but my Maven still does not see JUnit:
I use Eclipse IDE,
Tried reinstalling the library also manually installed maven,
Replaced part of the code in pom, ...
0
votes
0
answers
210
views
How to disable Junit5 Jupiter engine in Eclipse IDE?
I am creating my own test engine for JUnit5.
I want to run tests from Eclipse, using this custom engine.
When running configurations of the type JUnit test, Eclipse unconditionally adds default JUnit5 ...
5
votes
1
answer
11k
views
how to fix "The import org.junit.jupiter"?
I'm working on MMU project and I don't know how to fix this error on @Test annotation.
How I can fix it? I have added JUnit library but that's not working.
1
vote
1
answer
194
views
junit-jupiter-engine v5.0.1 not working with eclipse Oxygen.3a Release (4.7.3a)
I stumbled upon this exception while running a junit test class (versions in question title).
As i have read in this thread that i must upgrade to eclipse Oxygen.3, i did it but still have the same ...