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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test method forServletUtil.getApplicationContext(ServletContext)
.void
Test method forServletUtil.wrapServletException(ServletException, String)
.void
Test 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)
.
-