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