|
|||||||||
| Home >> All >> com >> lutris >> http >> [ tests overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.http.tests
Class CookieParserTests

java.lang.Objectcom.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)
|
|||||||||
| Home >> All >> com >> lutris >> http >> [ tests overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lutris.http.tests.CookieParserTests