package edu.asu.spring.quadriga.web.workspace; import static org.junit.Assert.*; 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 ActivateWSControllerTest { @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 testDeactivateWorkspaceForm() { fail("Not yet implemented"); } @Test @Ignore public void testDeactivateWorkspace() { fail("Not yet implemented"); } @Test @Ignore public void testActivateWorkspaceForm() { fail("Not yet implemented"); } @Test @Ignore public void testActivateWorkspace() { fail("Not yet implemented"); } }