Class JsonMonitoredRequestErrorParserUnitTest

java.lang.Object
de.hybris.platform.integrationservices.monitoring.JsonMonitoredRequestErrorParserUnitTest

@UnitTest public class JsonMonitoredRequestErrorParserUnitTest extends Object
  • Constructor Details

    • JsonMonitoredRequestErrorParserUnitTest

      public JsonMonitoredRequestErrorParserUnitTest()
  • Method Details

    • 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()