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 voidsetUp()voidtestMove()Test of move method, of class Spider.voidtestMove_endline()Test of move method, of class Spider.voidtestMove_next_notfree()Test of move method, of class Snail.voidtestMove_next_notinside()Test of move method, of class Snail.voidtestMove_nextOnStar()voidtestMove_passOnStar()voidtestMove_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()
-
-