Class GenericExceptionMessageFormatterTest
- java.lang.Object
-
- de.hybris.platform.webservicescommons.resolver.formatters.GenericExceptionMessageFormatterTest
-
@UnitTest public class GenericExceptionMessageFormatterTest extends java.lang.Object
Unit tests forGenericExceptionMessageFormatter
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringEXTENSION_NAMEprotected static java.lang.StringGENERIC_EXCEPTION_MESSAGE
-
Constructor Summary
Constructors Constructor Description GenericExceptionMessageFormatterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitMocks()voidshouldReturnDefaultExceptionMessage()voidshouldReturnGenericExceptionMessage()
-
-
-
Field Detail
-
GENERIC_EXCEPTION_MESSAGE
protected static final java.lang.String GENERIC_EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
-
EXTENSION_NAME
protected static final java.lang.String EXTENSION_NAME
- See Also:
- Constant Field Values
-
-