com.kremerk.commandprocessor
Class TU_CommandServlet

java.lang.Object
  extended by com.kremerk.commandprocessor.TU_CommandServlet

public class TU_CommandServlet
extends java.lang.Object


Constructor Summary
TU_CommandServlet()
           
 
Method Summary
 void setUp()
           
 void testHandlingACommandWithAnInvalidTypeSpecified()
           
 void testHandlingACommandWithNoParameters()
           
 void testHandlingACommandWithNoTypeSpecified()
           
 void testHandlingACommandWithParameters()
           
 void testHandlingAMockCommmand()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TU_CommandServlet

public TU_CommandServlet()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testHandlingACommandWithNoParameters

public void testHandlingACommandWithNoParameters()
                                          throws javax.servlet.ServletException,
                                                 java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

testHandlingACommandWithParameters

public void testHandlingACommandWithParameters()
                                        throws javax.servlet.ServletException,
                                               java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

testHandlingAMockCommmand

public void testHandlingAMockCommmand()
                               throws javax.servlet.ServletException,
                                      java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

testHandlingACommandWithNoTypeSpecified

public void testHandlingACommandWithNoTypeSpecified()
                                             throws javax.servlet.ServletException,
                                                    java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

testHandlingACommandWithAnInvalidTypeSpecified

public void testHandlingACommandWithAnInvalidTypeSpecified()
                                                    throws javax.servlet.ServletException,
                                                           java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException