JAL-2346 unit test for annotation drop-down list builder
[jalview.git] / test / jalview / schemes / AnnotationColourGradientTest.java
1 package jalview.schemes;
2
3 import org.testng.annotations.Test;
4
5 public class AnnotationColourGradientTest
6 {
7   @Test(groups = "Functional")
8   public void testShadeCalculation()
9   {
10
11   }
12 }