JAL-2103 extracted result processing code to allow mocking
[jalview.git] / test / jalview / ws / jws1 / JPredWSUtilsTest.java
1 package jalview.ws.jws1;
2
3 import org.testng.annotations.Test;
4
5 public class JPredWSUtilsTest
6 {
7   @Test(groups = { "Functional" })
8   public void testSingleSeqPrediction()
9   {
10
11   }
12
13   @Test(groups = { "Functional" })
14   public void testSingleSeqPredictionHiddenRegion()
15   {
16
17   }
18
19   @Test(groups = { "Functional" })
20   public void testMsaPrediction()
21   {
22
23   }
24
25   @Test(groups = { "Functional" })
26   public void testMsaPredictionHiddenRegion()
27   {
28
29   }
30
31 }