org.apache.tapestry.services.impl
Class CookieSourceTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.services.impl.CookieSourceTest

public class CookieSourceTest
extends BaseComponentTestCase

Tests for CookieSourceImpl.


Constructor Summary
CookieSourceTest()
           
 
Method Summary
protected  HttpServletRequest newHttpRequest()
           
 void test_Match()
           
 void test_No_Cookies()
           
 void test_No_Match()
           
 void test_Remove_Cookie()
           
 void test_Write_Cookie_Domain()
           
 void test_Write_Cookie_With_Max_Age()
           
 void test_Write_Cookie()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieSourceTest

public CookieSourceTest()
Method Detail

newHttpRequest

protected HttpServletRequest newHttpRequest()

test_No_Cookies

public void test_No_Cookies()

test_Match

public void test_Match()

test_No_Match

public void test_No_Match()

test_Write_Cookie_Domain

public void test_Write_Cookie_Domain()

test_Write_Cookie_With_Max_Age

public void test_Write_Cookie_With_Max_Age()

test_Write_Cookie

public void test_Write_Cookie()

test_Remove_Cookie

public void test_Remove_Cookie()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.