When i try to run my test i get the following Errors: I looked up on google and found somthing on google but this didn\'t help.
Error:(3, 24) java: package org.j
I had the same problem. In order to fix it I had to Open Module Settings for my project and manually add jar Dependencies junit-4.12.jar and hamcrest-core-1.3.jar which are contained in the IntelliJ installation lib directory.
junit-4.12.jar
hamcrest-core-1.3.jar