package jalview.io; import static org.junit.Assert.fail; import org.junit.Ignore; import org.junit.Test; public class HtmlFileTest { @Test @Ignore public void test() { fail("Not yet implemented"); } }