Class BoardTest


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

      • BoardTest

        public BoardTest()
    • Method Detail

      • setUp

        @BeforeEach
        public void setUp()
      • testIsInside_general_true

        @Test
        public void testIsInside_general_true()
        Test of isInside method, of class Board.
      • testIsInside_false_null

        @Test
        public void testIsInside_false_null()
        Test of isInside method, of class Board.
      • testIsInside_false_outbound_negative

        @Test
        public void testIsInside_false_outbound_negative()
        Test of isInside method, of class Board.
      • testIsInside_false_outbound_positive_row

        @Test
        public void testIsInside_false_outbound_positive_row()
        Test of isInside method, of class Board.
      • testIsInside_false_outbound_positive_column

        @Test
        public void testIsInside_false_outbound_positive_column()
        Test of isInside method, of class Board.
      • testGetSquareType_exist

        @Test
        public void testGetSquareType_exist()
      • testGetSquareType_exist_star

        @Test
        public void testGetSquareType_exist_star()
      • testGetSquareType_null

        @Test
        public void testGetSquareType_null()