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 AddWSControllerTest { @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 testAddWorkSpaceRequestForm() { fail("Not yet implemented"); } @Test @Ignore public void testAddWorkSpaceRequest() { fail("Not yet implemented"); } }