Class ServletUtilTest
java.lang.Object
org.apache.tiles.request.jakarta.servlet.ServletUtilTest
Tests
ServletUtil.
Copied from Apache tiles-request-servlet 1.0.7 and adapted for Jakarta EE 9.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest method forServletUtil.getApplicationContext(ServletContext).voidTest method forServletUtil.wrapServletException(ServletException, String).voidTest method forServletUtil.wrapServletException(ServletException, String).
-
Constructor Details
-
ServletUtilTest
public ServletUtilTest()Empty default constructor
-
-
Method Details
-
testWrapServletException
Test method forServletUtil.wrapServletException(ServletException, String). -
testWrapServletExceptionWithCause
Test method forServletUtil.wrapServletException(ServletException, String). -
testGetApplicationContext
Test method forServletUtil.getApplicationContext(ServletContext).
-