Skip to content

Commit

Permalink
JUnit5, oppdatert
Browse files Browse the repository at this point in the history
  • Loading branch information
hbs committed Jan 27, 2020
1 parent c135bbe commit 878003f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion Karakter/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="Test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="bin"/>
</classpath>
5 changes: 1 addition & 4 deletions Karakter/Test/no/hvl/dat102/KarakterTest.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package no.hvl.dat102;

import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;

import org.junit.Test;

import no.hvl.dat102.FeilKarakterException;
import no.hvl.dat102.Karakter;

/**
* Tester Karakter.
*
Expand Down

0 comments on commit 878003f

Please sign in to comment.