org.mule.transport.http
Class CookieWrapperTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.transport.http.CookieWrapperTestCase

public class CookieWrapperTestCase
extends AbstractMuleTestCase


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
CookieWrapperTestCase()
           
 
Method Summary
 void setUp()
           
 void testCookieWrapper()
           
 void testCookieWrapperExpiryDate()
           
 void testCookieWrapperExpiryDateExpression()
           
 void testCookieWrapperOnlyRequiredAttributes()
           
 void testCookieWrapperStringExpiryDate()
           
 void testCookieWrapperWithExpressions()
           
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieWrapperTestCase

public CookieWrapperTestCase()
Method Detail

setUp

public void setUp()

testCookieWrapper

public void testCookieWrapper()
                       throws ParseException
Throws:
ParseException

testCookieWrapperWithExpressions

public void testCookieWrapperWithExpressions()
                                      throws ParseException
Throws:
ParseException

testCookieWrapperOnlyRequiredAttributes

public void testCookieWrapperOnlyRequiredAttributes()
                                             throws ParseException
Throws:
ParseException

testCookieWrapperStringExpiryDate

public void testCookieWrapperStringExpiryDate()
                                       throws ParseException
Throws:
ParseException

testCookieWrapperExpiryDate

public void testCookieWrapperExpiryDate()
                                 throws ParseException
Throws:
ParseException

testCookieWrapperExpiryDateExpression

public void testCookieWrapperExpiryDateExpression()
                                           throws ParseException
Throws:
ParseException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.