source:
MotivateDuringTherapy/src/test/java/tudelft/mentalhealth/motivatepersisting/MeanNrStatementsTest.java@
7
Last change on this file since 7 was 5, checked in by , 5 years ago | |
---|---|
File size: 248 bytes |
Line | |
---|---|
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.