package nl.han.ica.app; import org.junit.Before; import org.junit.Test; /** * @author: Wouter Konecny * @created: 26-10-12 */ public class RefactorToolTest { @Before public void setUp() throws Exception { } @Test public void testMain() throws Exception { } @Test public void testStart() throws Exception { } }