Skip to content

Commit 4d0de44

Browse files
committed
Less verbose tests
1 parent 08340fb commit 4d0de44

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

biojava-aa-prop/src/test/java/org/biojava/nbio/aaproperties/profeat/CookBookTest.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.biojava.nbio.aaproperties.profeat.IProfeatProperties.GROUPING;
2626
import org.biojava.nbio.aaproperties.profeat.IProfeatProperties.TRANSITION;
2727
import org.biojava.nbio.aaproperties.profeat.ProfeatProperties;
28-
import org.junit.Test;
28+
//import org.junit.Test;
2929
import org.slf4j.Logger;
3030
import org.slf4j.LoggerFactory;
3131

@@ -35,7 +35,8 @@ public class CookBookTest {
3535

3636
private final static Logger logger = LoggerFactory.getLogger(CookBookTest.class);
3737

38-
@Test
38+
// TODO there's no assertions here, i.e. this is not a test! must fix! For the moment removed test tags - JD 2016-03-08
39+
3940
public void shortExample1() throws Exception{
4041
/*
4142
* Composition
@@ -50,7 +51,7 @@ public void shortExample1() throws Exception{
5051
}
5152
}
5253

53-
@Test
54+
5455
public void shortExample2() throws Exception{
5556
/*
5657
* Transition
@@ -68,7 +69,7 @@ public void shortExample2() throws Exception{
6869
}
6970
}
7071

71-
@Test
72+
7273
public void shortExample3() throws Exception{
7374
/*
7475
* Distribution

0 commit comments

Comments
 (0)