source: MotivateDuringTherapy/src/test/java/tudelft/mentalhealth/motivatepersisting/MeanNrStatementsTest.java

Last change on this file was 5, checked in by Bart Vastenhouw, 5 years ago

Intermediate update

File size: 248 bytes
Line 
1package tudelft.mentalhealth.motivatepersisting;
2
3import java.io.IOException;
4
5import org.junit.Test;
6
7public 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.