summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/tests/AnimalTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/tests/AnimalTest.java')
-rw-r--r--src/ch/epfl/maze/tests/AnimalTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/tests/AnimalTest.java b/src/ch/epfl/maze/tests/AnimalTest.java
index 123c038..67c27e5 100644
--- a/src/ch/epfl/maze/tests/AnimalTest.java
+++ b/src/ch/epfl/maze/tests/AnimalTest.java
@@ -8,6 +8,8 @@ import org.junit.Test;
8 8
9/** 9/**
10 * Test case for {@code Animal} implementation. 10 * Test case for {@code Animal} implementation.
11 *
12 * @author EPFL
11 */ 13 */
12public class AnimalTest extends TestCase { 14public class AnimalTest extends TestCase {
13 15