Class RowElementComparatorTest


  • public class RowElementComparatorTest
    extends Object
    Test of RowElementsComparator.
    • Constructor Detail

      • RowElementComparatorTest

        public RowElementComparatorTest()
    • Method Detail

      • setUp

        public static void setUp()
      • testEmptyRows

        public void testEmptyRows()
        Test which compares 2 empty rows.
      • testSameRows

        public void testSameRows()
        Test which compares same rows.
      • testDifferentRows

        public void testDifferentRows()
        Test which compares rows that do not contain common cells.
      • testEnoughEqual

        public void testEnoughEqual()
        Test which compares rows that have common cells. (Rows are enough similar to say they are equal)
      • testNotEnoughEqual

        public void testNotEnoughEqual()
        Test which compares rows that have common cells. (Rows are not enough similar to say they are equal)