Class HttpServletSupportTest
- java.lang.Object
-
- net.shibboleth.utilities.java.support.net.HttpServletSupportTest
-
public class HttpServletSupportTest extends Object
HttpServletSupportunit test.
-
-
Constructor Summary
Constructors Constructor Description HttpServletSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAddNoCacheHeaders()voidtestGetFullRequestURI()voidtestGetRequestPathWithoutContext()voidtestLanguageRanges()voidtestSetContentType()voidtestSetUTF8Encoding()voidtestValidateContentType()
-
-
-
Method Detail
-
testAddNoCacheHeaders
public void testAddNoCacheHeaders()
-
testGetFullRequestURI
public void testGetFullRequestURI()
-
testGetRequestPathWithoutContext
public void testGetRequestPathWithoutContext()
-
testSetContentType
public void testSetContentType()
-
testSetUTF8Encoding
public void testSetUTF8Encoding()
-
testValidateContentType
public void testValidateContentType()
-
testLanguageRanges
public void testLanguageRanges()
-
-