I have the following directory and packages using Eclipse and I need to make unit tests on it.
I've tried a few organizations but they always fail, or don't find the classes to work. When I google how to do it, I always get some vague references to Maven, which I do not know what it is.
Is there a way to move test classes out from main package (in screenshot:UnitTests.java
), so it can still be run, but be more organized?