Merge branch 'develop' into improvement/JAL-4193_cl_arg_prevent_startup_file
[jalview.git] / test / jalview / datamodel / ContactMatrixTest.java
index 5d8b8d1..f6a7f42 100644 (file)
@@ -1,11 +1,11 @@
 package jalview.datamodel;
 
-import jalview.gui.JvOptionPane;
-
 import org.testng.Assert;
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.Test;
 
+import jalview.gui.JvOptionPane;
+
 public class ContactMatrixTest
 {
   @BeforeClass(alwaysRun = true)
@@ -104,6 +104,7 @@ public class ContactMatrixTest
       }
 
     });
+    // TODO - write test !
   }
 
   /**
@@ -112,6 +113,7 @@ public class ContactMatrixTest
   @Test(groups = { "Functional" })
   public void testAsymmetricContactMatrix()
   {
+    // TODO - write test !
 
   }
 
@@ -121,6 +123,7 @@ public class ContactMatrixTest
   @Test(groups = { "Functional" })
   public void testSymmetricContactMatrix()
   {
+    // TODO - write test !
 
   }