package com.iluwatar.threadpool; import org.junit.Test; import com.iluwatar.threadpool.App; /** * Application test * * @author ilkka * */ public class AppTest { @Test public void test() { String[] args = {}; App.main(args); } }