e.g. classes in org.csstudio.autocomplete/test aren't on the org.csstudio.autocomplete classpath.
Two problems here:
- The tests aren't compiled/executed when using
mvn clean verify.
- The tests aren't on the build path in Eclipse, so they don't compile in Eclipse, and can't be executed.
Rather than just putting the test directory on the classpath (which would help within Eclipse) it looks like the preferred solution is to move the tests into a .test fragment - is that correct?