#173 Added new pattern, tests
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
package com.iluwatar.eip.splitter;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Test for App class
|
||||
*/
|
||||
public class AppTest {
|
||||
|
||||
@Test
|
||||
public void testMain() throws Exception {
|
||||
String[] args = {};
|
||||
App.main(args);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user