Class NotAServletEnvironmentExceptionTest
java.lang.Object
org.apache.tiles.request.jakarta.servlet.NotAServletEnvironmentExceptionTest
Tests
NotAServletEnvironmentException.
Copied from Apache tiles-request-servlet 1.0.7 and adapted for Jakarta EE 9.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest method forNotAServletEnvironmentException().voidTest method forNotAServletEnvironmentException(String).voidTest method forNotAServletEnvironmentException(String, Throwable).voidTest method forNotAServletEnvironmentException(Throwable).
-
Constructor Details
-
NotAServletEnvironmentExceptionTest
public NotAServletEnvironmentExceptionTest()Empty default constructor
-
-
Method Details
-
testNotAServletEnvironmentException
Test method forNotAServletEnvironmentException(). -
testNotAServletEnvironmentExceptionString
Test method forNotAServletEnvironmentException(String). -
testNotAServletEnvironmentExceptionThrowable
Test method forNotAServletEnvironmentException(Throwable). -
testNotAServletEnvironmentExceptionStringThrowable
Test method forNotAServletEnvironmentException(String, Throwable).
-