Organize to packages.
This commit is contained in:
14
service-layer/src/test/java/com/iluwatar/app/AppTest.java
Normal file
14
service-layer/src/test/java/com/iluwatar/app/AppTest.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package com.iluwatar.app;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import com.iluwatar.app.App;
|
||||
|
||||
public class AppTest {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
String[] args = {};
|
||||
App.main(args);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user