Class PositionTest


  • public class PositionTest
    extends Object
    Tests position.
    Author:
    Pierre Bettens (pbt)
    • Constructor Detail

      • PositionTest

        public PositionTest()
    • Method Detail

      • testNext_north

        @Test
        public void testNext_north()
        Test of next method, of class Position.
      • testNext_south

        @Test
        public void testNext_south()
        Test of next method, of class Position.
      • testNext_east

        @Test
        public void testNext_east()
        Test of next method, of class Position.
      • testNext_west

        @Test
        public void testNext_west()
        Test of next method, of class Position.
      • testEquals_sameobject

        @Test
        public void testEquals_sameobject()
      • testEquals_differentreference

        @Test
        public void testEquals_differentreference()
      • testEquals_differentobject

        @Test
        public void testEquals_differentobject()
      • testHashcode_1

        @Test
        public void testHashcode_1()