Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5295ad6

Browse files
committed
iluwatar#107 Added missing test for Layers example
1 parent 0d2e033 commit 5295ad6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
package com.iluwatar.layers;
2+
3+
import org.junit.Test;
4+
5+
import com.iluwatar.layers.App;
6+
7+
/**
8+
*
9+
* Application test
10+
*
11+
*/
12+
public class AppTest {
13+
14+
@Test
15+
public void test() {
16+
String[] args = {};
17+
App.main(args);
18+
}
19+
}

0 commit comments

Comments
 (0)