Class JsonMonitoredRequestErrorParserUnitTest


  • @UnitTest
    public class JsonMonitoredRequestErrorParserUnitTest
    extends java.lang.Object
    • Constructor Detail

      • JsonMonitoredRequestErrorParserUnitTest

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