Class JsonMonitoredRequestErrorParserUnitTest
- java.lang.Object
-
- de.hybris.platform.integrationservices.monitoring.JsonMonitoredRequestErrorParserUnitTest
-
@UnitTest public class JsonMonitoredRequestErrorParserUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JsonMonitoredRequestErrorParserUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestErrorClassNull()voidtestErrorCodeIsEmpty()voidtestErrorMessageIsEmpty()voidtestIsApplicableForCreatedStatus()voidtestIsApplicableForErrorStatus()voidtestIsApplicableForXmlResponse()voidtestMalformedJsonResponse()voidtestNoErrorFoundInJson()voidtestParseError()voidtestParseError_errorMessage()
-
-
-
Method Detail
-
testIsApplicableForCreatedStatus
public void testIsApplicableForCreatedStatus()
-
testIsApplicableForErrorStatus
public void testIsApplicableForErrorStatus()
-
testIsApplicableForXmlResponse
public void testIsApplicableForXmlResponse()
-
testParseError
public void testParseError()
-
testNoErrorFoundInJson
public void testNoErrorFoundInJson()
-
testMalformedJsonResponse
public void testMalformedJsonResponse()
-
testErrorCodeIsEmpty
public void testErrorCodeIsEmpty()
-
testErrorMessageIsEmpty
public void testErrorMessageIsEmpty()
-
testErrorClassNull
public void testErrorClassNull()
-
testParseError_errorMessage
public void testParseError_errorMessage()
-
-