assertEquals(expectedString, outcome);
}
- @Test(groups = { "Network", "External" }, timeOut = 7000)
+ @Test(groups = { "External" }, timeOut = 7000)
public void txt_search_ActionPerformedTest()
{
PDBFTSPanel searchPanel = new PDBFTSPanel(null);
}
@Test(
- groups = { "External", "Network" },
+ groups = { "External" },
expectedExceptions = Exception.class)
public void testForExpectedRuntimeException() throws Exception
{
PDBFTSRestClient.getInstance().executeRequest(request);
}
+ // JBP: Is this actually external ? Looks like it is mocked
@Test(groups = { "External" })
public void parsePDBJsonResponseTest()
{
public class XfamFetcherTest
{
- @Test(groups = { "network" })
+ @Test(groups = { "External" })
public void testRfamSeed() throws Exception
{
// RfamFull rff = new RfamFull();
+ " didn't contain more than one sequence.");
}
- @Test(groups = { "network" })
+ @Test(groups = { "External" })
public void testPfamFullAndSeed() throws Exception
{
PfamFull pff = new PfamFull();
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
-@Test(groups = { "Network" })
+@Test(groups = { "External" })
public class DisorderAnnotExportImport
{
public static String testseqs = "examples/uniref50.fa";