public class AnnotationFileIOTest
{
- static String TestFiles[][] = {{ "Test example annotation import/export","examples/uniref50.fa", "examples/testdata/example_annot_file.jva" }
- ,{"Test multiple combine annotation statements import/export","examples/uniref50.fa", "examples/testdata/test_combine_annot.jva"}
- ,{"Test multiple combine annotation statements with sequence_ref import/export","examples/uniref50.fa", "examples/testdata/uniref50_iupred.jva"}};
+ static String TestFiles[][] =
+ {
+ { "Test example annotation import/export", "examples/uniref50.fa",
+ "examples/testdata/example_annot_file.jva" },
+ { "Test multiple combine annotation statements import/export",
+ "examples/uniref50.fa",
+ "examples/testdata/test_combine_annot.jva" },
+ {
+ "Test multiple combine annotation statements with sequence_ref import/export",
+ "examples/uniref50.fa", "examples/testdata/uniref50_iupred.jva" },
+ {
+ "Test group only annotation file parsing results in parser indicating annotation was parsed",
+ "examples/uniref50.fa", "examples/testdata/test_grpannot.jva" } };
@Test
public void exampleAnnotationFileIO() throws Exception