Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lutris.http.tests
Class CookieParserTests  view CookieParserTests download CookieParserTests.java

java.lang.Object
  extended bycom.lutris.http.tests.CookieParserTests

public class CookieParserTests
extends java.lang.Object

Simple tests for cookie parser.


Field Summary
(package private)  java.io.PrintStream out
          Where to print test results.
 
Constructor Summary
CookieParserTests()
          Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Main entry point which executes all the tests.
private  void printResults(java.util.Vector v)
           
private  void printTestName(java.lang.String s)
           
 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
 

Field Detail

out

java.io.PrintStream out
Where to print test results.

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.


testRequest

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

testResponse

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

printTestName

private void printTestName(java.lang.String s)

printResults

private void printResults(java.util.Vector v)