File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
biojava-aa-prop/src/test/java/org/biojava/nbio/aaproperties/profeat Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2525import org .biojava .nbio .aaproperties .profeat .IProfeatProperties .GROUPING ;
2626import org .biojava .nbio .aaproperties .profeat .IProfeatProperties .TRANSITION ;
2727import org .biojava .nbio .aaproperties .profeat .ProfeatProperties ;
28- import org .junit .Test ;
28+ // import org.junit.Test;
2929import org .slf4j .Logger ;
3030import 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
You can’t perform that action at this time.
0 commit comments