We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87eeb74 commit 83152edCopy full SHA for 83152ed
1 file changed
biojava-core/src/test/java/org/biojava/nbio/core/sequence/io/GenbankReaderTest.java
@@ -53,25 +53,6 @@ public class GenbankReaderTest {
53
54
private final static Logger logger = LoggerFactory.getLogger(GenbankReaderTest.class);
55
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
75
/**
76
* Test of process method, of class GenbankReader.
77
*/
0 commit comments