All without Readme and pumlid

This commit is contained in:
Aleksandar Dudukovic
2017-05-03 17:50:35 +02:00
parent 8530d01e10
commit 20062faae6
8 changed files with 147 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
/**
* Created by Alexis on 01-May-17.
*/
import org.junit.Test;
/**
* Application test
*/
public class AppTest {
@Test
public void test() {
String[] args = {};
App.main(args);
}
}