Commit 4593701b authored by Louis  Jimenez-Hernandez's avatar Louis Jimenez-Hernandez
Browse files

UI functionality added

parent 4d406d2c
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Maven: org.apiguardian:apiguardian-api:1.1.2" type="java-imported" external-system-id="Maven">
    <properties groupId="org.apiguardian" artifactId="apiguardian-api" version="1.1.2" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+0 −14
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Maven: org.junit.jupiter:junit-jupiter-api:5.10.0" type="java-imported" external-system-id="Maven">
    <properties groupId="org.junit.jupiter" artifactId="junit-jupiter-api" version="5.10.0" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+0 −14
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Maven: org.junit.jupiter:junit-jupiter-engine:5.10.0" type="java-imported" external-system-id="Maven">
    <properties groupId="org.junit.jupiter" artifactId="junit-jupiter-engine" version="5.10.0" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.10.0/junit-jupiter-engine-5.10.0-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+0 −14
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Maven: org.junit.platform:junit-platform-commons:1.10.0" type="java-imported" external-system-id="Maven">
    <properties groupId="org.junit.platform" artifactId="junit-platform-commons" version="1.10.0" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
+0 −14
Original line number Diff line number Diff line
<component name="libraryTable">
  <library name="Maven: org.junit.platform:junit-platform-engine:1.10.0" type="java-imported" external-system-id="Maven">
    <properties groupId="org.junit.platform" artifactId="junit-platform-engine" version="1.10.0" />
    <CLASSES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0.jar!/" />
    </CLASSES>
    <JAVADOC>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0-javadoc.jar!/" />
    </JAVADOC>
    <SOURCES>
      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.10.0/junit-platform-engine-1.10.0-sources.jar!/" />
    </SOURCES>
  </library>
</component>
 No newline at end of file
Loading