diff options
author | Camil Staps | 2015-05-22 23:32:03 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-22 23:32:03 +0200 |
commit | 30378802e498f3cd2a6e3ab05b4af1cb1916d00c (patch) | |
tree | 4a7f766f26a133b6b9c176fc5d58dbba1e71594e /Week13 Die/test/com/camilstaps/die/DieTest.java | |
parent | Better example w13 die; updated .gitignore for w13 (diff) |
Preparing for handing in
Diffstat (limited to 'Week13 Die/test/com/camilstaps/die/DieTest.java')
-rw-r--r-- | Week13 Die/test/com/camilstaps/die/DieTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Week13 Die/test/com/camilstaps/die/DieTest.java b/Week13 Die/test/com/camilstaps/die/DieTest.java index 2f1556e..d44aed8 100644 --- a/Week13 Die/test/com/camilstaps/die/DieTest.java +++ b/Week13 Die/test/com/camilstaps/die/DieTest.java @@ -31,8 +31,8 @@ import org.junit.Test; import static org.junit.Assert.*; /** - * - * @author camilstaps + * Test the Die class + * @author Camil Staps, s4498062 */ public class DieTest { |