JAL-1140 JAL-1215 JAL-1272 test import of RNAML and output as stockholm
[jalview.git] / test / jalview / io / RNAMLfileTest.java
1 package jalview.io;
2
3 import static org.junit.Assert.*;
4
5 import java.io.File;
6
7 import org.junit.AfterClass;
8 import org.junit.BeforeClass;
9 import org.junit.Test;
10
11 public class RNAMLfileTest
12 {
13
14   @BeforeClass
15   public static void setUpBeforeClass() throws Exception
16   {
17   }
18
19   @AfterClass
20   public static void tearDownAfterClass() throws Exception
21   {
22   }
23
24   @Test
25   public void testRnamlToStockholmIO()
26   {
27     StockholmFileTest.testFileIOwithFormat(new File("examples/rna-alignment.xml"),"STH");
28     
29   }
30
31 }