package no.ntnu.qos.client.net.test; import org.junit.Test; import static org.junit.Assert.assertFalse; /** * @author Magnus Kirø - magnuskiro@ gmail.com/underdusken.no - 10/04/12 */ public class RequestSOAPActionTest { @Test public void testProcess() throws Exception { // TODO create test. assertFalse(true); // fails to remind us that the test is not complete. } }