Added initial system test.

This commit is contained in:
Winston Li 2014-12-05 01:40:06 +00:00
parent dff1222052
commit 88ac3bab25

View file

@ -0,0 +1,13 @@
import org.junit.Test;
/**
* Created by Winston on 05/12/14.
*/
public class SystemTest {
@Test
public void nothingToTest() {
}
}