Error:(5, 29) java: package org.junit.jupiter.api does not exist 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.