JAL-2346 unit test for annotation drop-down list builder
[jalview.git] / test / jalview / schemes / AnnotationColourGradientTest.java
diff --git a/test/jalview/schemes/AnnotationColourGradientTest.java b/test/jalview/schemes/AnnotationColourGradientTest.java
new file mode 100644 (file)
index 0000000..c9ceebb
--- /dev/null
@@ -0,0 +1,12 @@
+package jalview.schemes;
+
+import org.testng.annotations.Test;
+
+public class AnnotationColourGradientTest
+{
+  @Test(groups = "Functional")
+  public void testShadeCalculation()
+  {
+
+  }
+}