Commit 87461b4c authored by Adam Blank's avatar Adam Blank
Browse files

Updates JUnit Configuration

parent 744fbb19
No related merge requests found
Pipeline #6030 failed with stage
in 0 seconds
Showing with 102 additions and 191 deletions
+102 -191
<component name="libraryTable">
<library name="org.junit.jupiter:junit-jupiter-params:5.4.0-RC2" type="repository">
<properties maven-id="org.junit.jupiter:junit-jupiter-params:5.4.0-RC2" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-params/5.4.0-RC2/junit-jupiter-params-5.4.0-RC2.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.4.0-RC2/junit-jupiter-api-5.4.0-RC2.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.4.0-RC2/junit-platform-commons-1.4.0-RC2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
\ No newline at end of file
This diff is collapsed.
......@@ -10,6 +10,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="com.github.javaparser:javaparser-core:3.5.12" level="project" />
<orderEntry type="library" name="org.hamcrest:hamcrest-all:1.3" level="project" />
<orderEntry type="library" name="org.junit.jupiter:junit-jupiter-params:5.4.0-SNAPSHOT" level="project" />
<orderEntry type="library" name="org.junit.jupiter:junit-jupiter-params:5.4.0-RC2" level="project" />
</component>
</module>
\ No newline at end of file
</module>
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