import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
+import org.testng.annotations.BeforeGroups;
import org.testng.annotations.Test;
import compbio.metadata.Argument;
public static jalview.gui.AlignFrame af = null;
- @BeforeClass(alwaysRun = true)
+ @BeforeGroups(groups = { "Network" })
public static void setUpBeforeClass() throws Exception
{
Cache.loadProperties("test/jalview/io/testProps.jvprops");
}
}
- @Test(groups = { "Functional" })
+ @Test(groups = { "Network" }, enabled = false)
public void testJPredStructOneSeqOnly()
{
af.selectAllSequenceMenuItem_actionPerformed(null);
}
- @Test(groups = { "Functional" })
+ @Test(groups = { "Network" }, enabled = false)
public void testJPredStructExport()
{
+ "\nCouldn't complete Annotation file roundtrip input/output/input test.");
}
- @Test(groups = { "Functional" })
+ @Test(groups = { "Network" }, enabled = false)
public void testJpredwsSettingsRecovery()
{
Assert.fail("not implemnented");