Package pbt.humbug.model.animals
Class SnailTest
- java.lang.Object
-
- pbt.humbug.model.animals.SnailTest
-
public class SnailTest extends Object
- Author:
- Pierre Bettens (pbt)
-
-
Constructor Summary
Constructors Constructor Description SnailTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testMove()
Test of move method, of class Snail.void
testMove_next_notfree()
Test of move method, of class Snail.void
testMove_next_notinside_2()
Test of move method, of class Snail.void
testMove_next_onstar()
Test of move method, of class Snail.
-
-
-
Method Detail
-
setUp
@BeforeEach public void setUp()
-
testMove
@Test public void testMove()
Test of move method, of class Snail.
-
testMove_next_notfree
@Test public void testMove_next_notfree()
Test of move method, of class Snail.
-
testMove_next_onstar
@Test public void testMove_next_onstar()
Test of move method, of class Snail.
-
testMove_next_notinside_2
@Test public void testMove_next_notinside_2()
Test of move method, of class Snail.
-
-