a.getHiddenColumns().hideColumns(2, 5);
assertEquals(5, a.getVisibleWidth());
}
+
+ @Test(groups = { "Functional" })
+ public void testGetContactMap()
+ {
+ // TODO
+ // 1. test adding/removing/manipulating contact maps with/without associated
+ // sequence(s) or groups
+ // 2. For sequence associated - ensure that inserting a gap in sequence
+ // results in the contact map being relocated accordingly
+ // 3. RENDERER QUESTION - should contact maps reflect gaps in the alignment
+ // ?
+
+ }
}