JAL-1641 Further refactoring of JSON export option, introduction of Viewport to the...
[jalview.git] / test / jalview / io / BioJsHTMLOutputTest.java
1 package jalview.io;
2
3 import org.junit.Ignore;
4 import org.junit.Test;
5
6
7 public class BioJsHTMLOutputTest
8 {
9
10
11   @Test
12   @Ignore
13   public void getJalviewAlignmentAsJsonString()
14   {
15     BioJsHTMLOutput bioJsHtmlOuput = new BioJsHTMLOutput(null, null);
16
17   }
18   
19 }