1 parent 1988ab4 commit 281f225Copy full SHA for 281f225
1 file changed
service-layer/src/test/java/com/iluwatar/AppTest.java
@@ -1,4 +1,12 @@
1
package com.iluwatar;
2
3
+import org.junit.Test;
4
+
5
public class AppTest {
6
7
+ @Test
8
+ public void test() {
9
+ String[] args = {};
10
+ App.main(args);
11
+ }
12
}
0 commit comments