Enhydra 5.1 API

com.lutris.http.tests
Class CookieParserTests

java.lang.Object
  |
  +--com.lutris.http.tests.CookieParserTests

public class CookieParserTests
extends java.lang.Object

Simple tests for cookie parser.

Author:
Kyle Clark

Constructor Summary
CookieParserTests()
          Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Main entry point which executes all the tests.
 void testRequest(java.lang.String testName, java.lang.String header)
           
 void testResponse(java.lang.String testName, java.lang.String header)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieParserTests

public CookieParserTests()
Constructor.

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main entry point which executes all the tests.

Parameters:
args - Command line arguments.
java.lang.Exception

testRequest

public void testRequest(java.lang.String testName,
                        java.lang.String header)

testResponse

public void testResponse(java.lang.String testName,
                         java.lang.String header)

Enhydra 5.1 API