Stupid problem: scala unit tests / scalatest tests suddenly won’t run after a failed maven build claiming with a ClassNotFoundException that the test class doesn’t exist. I believe this to be a weird class loading issue where Eclipse doesn’t include unit tests into the classpath.
The very, very sad workaround is: run a successful maven build first.