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