No libraries found for 'org.junit.Before' intelij code example
Example: Error:(4, 17) java: package org.junit does not exist
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, or download them online.