org.mule.transport.http.components
Class HttpResponseBuilderTestCase

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

public class HttpResponseBuilderTestCase
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
HttpResponseBuilderTestCase()
           
 
Method Summary
 void setUp()
           
 void testEmptyHttpResponseBuilder()
           
 void testHttpResponseBuilderAttributes()
           
 void testHttpResponseBuilderAttributesWithExpressions()
           
 void testHttpResponseBuilderCookies()
           
 void testHttpResponseBuilderCookiesWithExpressions()
           
 void testHttpResponseBuilderHeaders()
           
 void testHttpResponseBuilderHeadersWithExpressionInHeaderName()
           
 void testHttpResponseBuilderHeadersWithExpressions()
           
 void testHttpResponseCacheControl()
           
 void testHttpResponseCacheControlWithExpressions()
           
 void testHttpResponseCacheControlWithExtension()
           
 void testHttpResponseCookieWithDateBuilder()
           
 void testHttpResponseCopyOutboundProperties()
           
 void testHttpResponseDefaultContentType()
           
 void testHttpResponseDefaultVersion()
           
 void testHttpResponseEmptyCacheControl()
           
 void testHttpResponseSetBody()
           
 void testHttpResponseSetBodyWithHttpResponsePayload()
           
 void testHttpResponseWithDateExpression()
           
 void testHttpResponseWithOutboundProperties()
           
 
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

HttpResponseBuilderTestCase

public HttpResponseBuilderTestCase()
Method Detail

setUp

public void setUp()

testEmptyHttpResponseBuilder

public void testEmptyHttpResponseBuilder()
                                  throws Exception
Throws:
Exception

testHttpResponseBuilderAttributes

public void testHttpResponseBuilderAttributes()
                                       throws Exception
Throws:
Exception

testHttpResponseBuilderAttributesWithExpressions

public void testHttpResponseBuilderAttributesWithExpressions()
                                                      throws Exception
Throws:
Exception

testHttpResponseBuilderHeadersWithExpressions

public void testHttpResponseBuilderHeadersWithExpressions()
                                                   throws Exception
Throws:
Exception

testHttpResponseBuilderHeaders

public void testHttpResponseBuilderHeaders()
                                    throws Exception
Throws:
Exception

testHttpResponseBuilderHeadersWithExpressionInHeaderName

public void testHttpResponseBuilderHeadersWithExpressionInHeaderName()
                                                              throws Exception
Throws:
Exception

testHttpResponseBuilderCookies

public void testHttpResponseBuilderCookies()
                                    throws Exception
Throws:
Exception

testHttpResponseBuilderCookiesWithExpressions

public void testHttpResponseBuilderCookiesWithExpressions()
                                                   throws Exception
Throws:
Exception

testHttpResponseDefaultVersion

public void testHttpResponseDefaultVersion()
                                    throws Exception
Throws:
Exception

testHttpResponseDefaultContentType

public void testHttpResponseDefaultContentType()
                                        throws Exception
Throws:
Exception

testHttpResponseEmptyCacheControl

public void testHttpResponseEmptyCacheControl()
                                       throws Exception
Throws:
Exception

testHttpResponseCacheControl

public void testHttpResponseCacheControl()
                                  throws Exception
Throws:
Exception

testHttpResponseCacheControlWithExpressions

public void testHttpResponseCacheControlWithExpressions()
                                                 throws Exception
Throws:
Exception

testHttpResponseCacheControlWithExtension

public void testHttpResponseCacheControlWithExtension()
                                               throws Exception
Throws:
Exception

testHttpResponseCopyOutboundProperties

public void testHttpResponseCopyOutboundProperties()
                                            throws Exception
Throws:
Exception

testHttpResponseWithOutboundProperties

public void testHttpResponseWithOutboundProperties()
                                            throws Exception
Throws:
Exception

testHttpResponseWithDateExpression

public void testHttpResponseWithDateExpression()
                                        throws Exception
Throws:
Exception

testHttpResponseCookieWithDateBuilder

public void testHttpResponseCookieWithDateBuilder()
                                           throws Exception
Throws:
Exception

testHttpResponseSetBodyWithHttpResponsePayload

public void testHttpResponseSetBodyWithHttpResponsePayload()
                                                    throws Exception
Throws:
Exception

testHttpResponseSetBody

public void testHttpResponseSetBody()
                             throws Exception
Throws:
Exception


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