Class TestListDataTable

    • Constructor Detail

      • TestListDataTable

        public TestListDataTable()
    • Method Detail

      • testListTable

        public void testListTable()
        Test the ListTable, the Column and the Record.
      • testSubclassListTable

        public void testSubclassListTable()
        Test the ListTable, the Column and the Record.
      • tableCompare

        public static void tableCompare​(ListDataTable table1,
                                        ListDataTable table2)
        Compare the contents of two tables, where primitive content and wrapped primitive content (e.g., a double and a Double) are considered the same if the stored value is the same.
        Parameters:
        table1 - the first table
        table2 - the second table
      • testIllegalColumnTable

        public void testIllegalColumnTable()
        Test column and table construction with wrong arguments.
      • testIllegalRecordTable

        public void testIllegalRecordTable()
        Test column and table construction with wrong value arguments.