Finished example code.

This commit is contained in:
Ilkka Seppala
2015-05-16 22:03:26 +03:00
parent de7db92f59
commit b0b4ca09f8
4 changed files with 39 additions and 2 deletions
@@ -5,7 +5,7 @@ import org.junit.Test;
public class AppTest {
@Test
public void test() {
public void test() throws Exception {
String[] args = {};
App.main(args);
}