Skip to content

Commit 83152ed

Browse files
committed
deleted un needed methods
1 parent 87eeb74 commit 83152ed

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/GenbankReaderTest.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,6 @@ public class GenbankReaderTest {
5353

5454
private final static Logger logger = LoggerFactory.getLogger(GenbankReaderTest.class);
5555

56-
public GenbankReaderTest() {
57-
}
58-
59-
@BeforeClass
60-
public static void setUpClass() throws Exception {
61-
}
62-
63-
@AfterClass
64-
public static void tearDownClass() throws Exception {
65-
}
66-
67-
@Before
68-
public void setUp() {
69-
}
70-
71-
@After
72-
public void tearDown() {
73-
}
74-
7556
/**
7657
* Test of process method, of class GenbankReader.
7758
*/

0 commit comments

Comments
 (0)