package edu.asu.spring.quadriga.web.workbench; import static org.junit.Assert.fail; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Ignore; import org.junit.Test; public class CollaboratorControllerTest { @BeforeClass public static void setUpBeforeClass() throws Exception { } @AfterClass public static void tearDownAfterClass() throws Exception { } @Before public void setUp() throws Exception { } @After public void tearDown() throws Exception { } @Test @Ignore public void testDisplayCollaborator() { fail("Not yet implemented"); } @Test @Ignore public void testGetCollaborator() { fail("Not yet implemented"); } @Test @Ignore public void testAddCollaborators() { fail("Not yet implemented"); } }