package jalview.gui; import static org.junit.Assert.*; import org.junit.After; import org.junit.Before; import org.junit.Test; public class PDBSearchPanelTest { @Before public void setUp() throws Exception { } @After public void tearDown() throws Exception { } @Test public void test() { fail("Not yet implemented"); } }