http://www.tutorialspoint.com/junit/junit_environment_setup.htm
I have done everything like in this step by step tutorial and still when I try to write the line
import org.junit.*; The "junit" part is lighten red and the error message is "cannot resolve symbol "junit"".
