Class DefaultOutboundRequestResponseInterceptorUnitTest
- java.lang.Object
-
- de.hybris.platform.outboundservices.monitoring.DefaultOutboundRequestResponseInterceptorUnitTest
-
@UnitTest public class DefaultOutboundRequestResponseInterceptorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultOutboundRequestResponseInterceptorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestIntercept_error_errorParser()voidtestIntercept_error_errorParsersNotApplicable()voidtestIntercept_error_errorRetentionFalse()voidtestIntercept_error_exceptionWhenIssuingRequest()voidtestIntercept_error_exceptionWhenIssuingRequest_errorRetentionFalse()voidtestIntercept_error_fallbackErrorParser()voidtestIntercept_multipleOutboundRequestModelsPresent()voidtestIntercept_noMessageIdPresent()voidtestIntercept_noMessageIdPresent_inCaseOfEmptyValue()voidtestIntercept_noOutboundRequestModelPresent()voidtestIntercept_noPayloadGenerated_emptyList()voidtestIntercept_noPayloadGenerated_null()voidtestIntercept_success()voidtestIntercept_success_successRetentionFalse()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_success
public void testIntercept_success() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_success_successRetentionFalse
public void testIntercept_success_successRetentionFalse() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_error_fallbackErrorParser
public void testIntercept_error_fallbackErrorParser() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_error_errorParser
public void testIntercept_error_errorParser() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_error_errorParsersNotApplicable
public void testIntercept_error_errorParsersNotApplicable() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_error_errorRetentionFalse
public void testIntercept_error_errorRetentionFalse() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_error_exceptionWhenIssuingRequest
public void testIntercept_error_exceptionWhenIssuingRequest() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_error_exceptionWhenIssuingRequest_errorRetentionFalse
public void testIntercept_error_exceptionWhenIssuingRequest_errorRetentionFalse() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_noMessageIdPresent
public void testIntercept_noMessageIdPresent() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_noMessageIdPresent_inCaseOfEmptyValue
public void testIntercept_noMessageIdPresent_inCaseOfEmptyValue() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_noPayloadGenerated_emptyList
public void testIntercept_noPayloadGenerated_emptyList() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_noPayloadGenerated_null
public void testIntercept_noPayloadGenerated_null() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_noOutboundRequestModelPresent
public void testIntercept_noOutboundRequestModelPresent() throws java.io.IOException- Throws:
java.io.IOException
-
testIntercept_multipleOutboundRequestModelsPresent
public void testIntercept_multipleOutboundRequestModelsPresent() throws java.io.IOException- Throws:
java.io.IOException
-
-