Class DefaultIntegrationBasicRestTemplateCreatorUnitTest
java.lang.Object
de.hybris.platform.outboundservices.client.impl.DefaultIntegrationBasicRestTemplateCreatorUnitTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultIntegrationBasicRestTemplateCreatorUnitTest
public DefaultIntegrationBasicRestTemplateCreatorUnitTest()
-
-
Method Details
-
setup
public void setup() -
shouldCreateRestTemplate
public void shouldCreateRestTemplate() -
shouldUseCachedRestTemplate
public void shouldUseCachedRestTemplate() -
shouldThrowUnsupportedRestTemplateException
public void shouldThrowUnsupportedRestTemplateException() -
shouldOnlyHaveBasicAuthorizationInterceptor
public void shouldOnlyHaveBasicAuthorizationInterceptor() -
messageConvertersIsEmptyWhenSetWithNull
public void messageConvertersIsEmptyWhenSetWithNull() -
setMessageConvertersDoesNotLeakReferences
public void setMessageConvertersDoesNotLeakReferences() -
getMessageConvertersDoesNotLeakReferences
public void getMessageConvertersDoesNotLeakReferences() -
requestInterceptorsIsEmptyWhenSetWithNull
public void requestInterceptorsIsEmptyWhenSetWithNull() -
setRequestInterceptorsDoesNotLeakReference
public void setRequestInterceptorsDoesNotLeakReference() -
getRequestInterceptorsDoesNotLeakReferences
public void getRequestInterceptorsDoesNotLeakReferences()
-