package jalview.io; import static org.junit.Assert.*; import java.io.File; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Test; public class RNAMLfileTest { @BeforeClass public static void setUpBeforeClass() throws Exception { } @AfterClass public static void tearDownAfterClass() throws Exception { } @Test public void testRnamlToStockholmIO() { StockholmFileTest.testFileIOwithFormat(new File("examples/rna-alignment.xml"),"STH"); } }