I am having an issue about the junit, the IDE cannot resolve symbol for 'junit' even if I have it installed:
If I changed junit to version 4.11, this problem will be solved, but every time I run the test, it will give me error and ask me to use junit 4.12 or higher version.
Here is my project dependencies:
Anyone knows how to solve it? I have finish everything, and just waiting for the test. Thanks in advance!