JAL-4386 Fixed failed test cases
[jalview.git] / test / jalview / renderer / ResidueShaderTest.java
index df94d8c..081272a 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * 
+ * This file is part of Jalview.
+ * 
+ * Jalview is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License 
+ * as published by the Free Software Foundation, either version 3
+ * of the License, or (at your option) any later version.
+ *  
+ * Jalview is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty 
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+ * PURPOSE.  See the GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
+ * The Jalview Authors are detailed in the 'AUTHORS' file.
+ */
 package jalview.renderer;
 
 import static org.testng.AssertJUnit.assertEquals;
@@ -10,6 +30,7 @@ import jalview.datamodel.ProfileI;
 import jalview.datamodel.Profiles;
 import jalview.datamodel.ProfilesI;
 import jalview.datamodel.ResidueCount;
+import jalview.datamodel.SecondaryStructureCount;
 import jalview.datamodel.Sequence;
 import jalview.datamodel.SequenceI;
 import jalview.schemes.ColourSchemeI;
@@ -318,6 +339,42 @@ public class ResidueShaderTest
           {
             return 0;
           }
+
+          @Override
+          public void setSSCounts(
+                  SecondaryStructureCount secondaryStructureCount)
+          {
+            // TODO Auto-generated method stub
+            
+          }
+
+          @Override
+          public float getSSPercentageIdentity(boolean ignoreGaps)
+          {
+            // TODO Auto-generated method stub
+            return 0;
+          }
+
+          @Override
+          public int getMaxSSCount()
+          {
+            // TODO Auto-generated method stub
+            return 0;
+          }
+
+          @Override
+          public String getModalSS()
+          {
+            // TODO Auto-generated method stub
+            return null;
+          }
+
+          @Override
+          public SecondaryStructureCount getSSCounts()
+          {
+            // TODO Auto-generated method stub
+            return null;
+          }
         };
       }