Class SpiderTest


  • public class SpiderTest
    extends Object
    Author:
    Pierre Bettens (pbt)
    • Constructor Detail

      • SpiderTest

        public SpiderTest()
    • 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()