Commit edfae0b4 authored by Caleb C. Sander's avatar Caleb C. Sander
Browse files

Fix JUnit warnings

parent 2782f834
No related merge requests found
Pipeline #29499 canceled with stage
Showing with 0 additions and 12 deletions
+0 -12
<component name="libraryTable">
<library name="junit:junit:4.11" type="repository">
<properties maven-id="junit:junit:4.11" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.11/junit-4.11.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
\ No newline at end of file
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="junit:junit:4.11" level="project" />
<orderEntry type="library" name="org.junit.jupiter:junit-jupiter:5.4.0" level="project" /> <orderEntry type="library" name="org.junit.jupiter:junit-jupiter:5.4.0" level="project" />
<orderEntry type="library" name="com.github.javaparser:javaparser-core:3.5.2" level="project" /> <orderEntry type="library" name="com.github.javaparser:javaparser-core:3.5.2" level="project" />
<orderEntry type="library" name="com.btmatthews.hamcrest:hamcrest-matchers:1.0.1" level="application" /> <orderEntry type="library" name="com.btmatthews.hamcrest:hamcrest-matchers:1.0.1" level="application" />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment