Skip to content

Commit 281f225

Browse files
committed
Add unit test.
1 parent 1988ab4 commit 281f225

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
package com.iluwatar;
22

3+
import org.junit.Test;
4+
35
public class AppTest {
6+
7+
@Test
8+
public void test() {
9+
String[] args = {};
10+
App.main(args);
11+
}
412
}

0 commit comments

Comments
 (0)