Class SnailTest


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

      • SnailTest

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