elk
elk copied to clipboard
ClassNotFoundException when executing Unit test in Eclipse.
Describe the bug Class not found org.eclipse.elk.alg.layered.intermediate.SortByInputModelProcessorTest java.lang.ClassNotFoundException: occurs when starting a Unit test in eclipse.
Expected behavior
It should not fail.
Additional context
Starting the test as a plug-in test fixes the problem.
In the Eclipse I set up 2022-11-17 it works. The difference is that this old text has the plug-in dependencies in its classpath while the new one has the maven dependencies in its classpath.