package nl.han.ica.app.controllers; import org.junit.Before; import org.junit.Test; /** * @author: Wouter Konecny * @created: 26-10-12 */ public class IssueSolveControllerTest { @Before public void setUp() throws Exception { } @Test public void testInitialize() throws Exception { } @Test public void testGetView() throws Exception { } @Test public void testGetIssue() throws Exception { } @Test public void testSetIssue() throws Exception { } }