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
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 |
CookieParserTests
public CookieParserTests()
- Constructor.
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)