File tree Expand file tree Collapse file tree
biojava-core/src/test/java/org/biojava/nbio/core/sequence/io Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030import org .biojava .nbio .core .sequence .features .FeatureInterface ;
3131import org .biojava .nbio .core .sequence .features .Qualifier ;
3232import org .biojava .nbio .core .sequence .template .AbstractSequence ;
33- import org .junit .*;
33+ import org .junit .After ;
34+ import org .junit .AfterClass ;
35+ import org .junit .Assert ;
36+ import org .junit .Before ;
37+ import org .junit .BeforeClass ;
38+ import org .junit .Test ;
3439import org .slf4j .Logger ;
3540import org .slf4j .LoggerFactory ;
3641
4348import java .util .Map ;
4449
4550import static org .hamcrest .CoreMatchers .is ;
46- import static org .junit .Assert .*;
51+ import static org .junit .Assert .assertEquals ;
52+ import static org .junit .Assert .assertFalse ;
53+ import static org .junit .Assert .assertNotNull ;
54+ import static org .junit .Assert .assertThat ;
55+ import static org .junit .Assert .assertTrue ;
4756
4857/**
4958 *
@@ -277,7 +286,7 @@ public void close() throws IOException {
277286 closed = true ;
278287 }
279288
280- boolean isclosed (){
289+ boolean isclosed () {
281290 return closed ;
282291 }
283292 }
You can’t perform that action at this time.
0 commit comments