When trying to run tests using command mvn test I receive an error:
[ERROR] There was an error in the forked process [ERROR] java.lang.NoClassDefFou
In my case the problem disappeared after deleting my local maven repository. Don't know what library caused this strange behaviour, but now everything is working fine!