com.togethersoft.testing.testserver
Interface ITestServerCommand


public interface ITestServerCommand

param session - current session, response - http servlet response which should be filled by command.
Represents a test server command

Method Summary
 voidexecute(ISession session, HttpServletResponse response)
           

Method Detail

execute

public void execute(ISession session, HttpServletResponse response)
throws TestServerException