#173 Added new pattern, tests

This commit is contained in:
adkm
2017-10-16 19:33:15 +02:00
parent 04dd93f8bc
commit 9c7ee5ed1d
8 changed files with 231 additions and 0 deletions

View File

@ -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);
}
}