diff options
author | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-15 17:53:40 -0400 |
---|---|---|
committer | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-15 17:53:40 -0400 |
commit | efb8729719257c4a766058c5c7122648d94dd8b3 (patch) | |
tree | 2572db85f792ae49cd680b965dbe31b29e2f74b3 /.classpath | |
parent | 6392274ccc360c241cf31b10f1489cd6fc416eb8 (diff) |
Upgraded to JUnit 5 and moved tests to their proper directories
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -5,16 +5,12 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/> <classpathentry kind="src" output="target/classes" path="src"> <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> |