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