-
-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot resolve symbol 'Assertions' #520
Comments
Just tested, it runs fine, can you provide a full test case ? |
What exactly do you mean test case? |
A unit test to reproduce the problem along with the proper environment description. |
Here is the github repo for my project. The java class in question is Problem_5_4.java at https://github.com/theluxury/epi-java/blob/master/src/main/java/Problem_5_4.java. It doesn't actually have any methods form your api since
raises the error. Please let me know if this is too much or not enough info. |
what are you importing it if you don't use it ? |
Well I was tried using it but didn't since I couldn't import it, heh. I updated it with a version that has an
and am getting the error
|
You don't use maven properly, one can't use test dependencies in |
Installed via Maven,
works fine, but
raises a Cannot resolve symbol 'Assertions' error. Using Java 1.8 with version 3.2.0
The text was updated successfully, but these errors were encountered: