source:
MotivateDuringTherapy/src/test/java/tudelft/mentalhealth/motivatepersisting/MeanNrStatementsTest.java
Last change on this file was 5, checked in by , 5 years ago | |
---|---|
File size: 248 bytes |
Rev | Line | |
---|---|---|
[5] | 1 | package tudelft.mentalhealth.motivatepersisting; |
2 | ||
3 | import java.io.IOException; | |
4 | ||
5 | import org.junit.Test; | |
6 | ||
7 | public class MeanNrStatementsTest { | |
8 | @Test | |
9 | public void smokeTest() throws IOException { | |
10 | System.out.println(MeanNrStatements.instance()); | |
11 | } | |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.