package com.iluwatar; import java.io.IOException; import org.junit.Test; public class AppTest { @Test public void test() throws ClassNotFoundException, IOException { String[] args = {}; App.main(args); } }