#176 Test run, app shutdown, minor refactoring

This commit is contained in:
adkm
2017-10-13 14:02:03 +02:00
parent 60f07d1940
commit 0453ba1315
3 changed files with 27 additions and 4 deletions

View File

@ -8,7 +8,7 @@ import org.junit.Test;
public class AppTest {
@Test
public void testMain() {
public void testMain() throws Exception {
String[] args = {};
App.main(args);
}