Package ninja.utils
Class HttpHeaderUtilsTest
- java.lang.Object
-
- ninja.utils.HttpHeaderUtilsTest
-
public class HttpHeaderUtilsTest extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpHeaderUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetCharacterSetOfContentType()
void
testGetCharacterSetOfContentTypeOrUtf8()
void
testGetContentTypeFromContentTypeAndCharacterSetting()
-
-
-
Method Detail
-
testGetContentTypeFromContentTypeAndCharacterSetting
public void testGetContentTypeFromContentTypeAndCharacterSetting()
-
testGetCharacterSetOfContentType
public void testGetCharacterSetOfContentType()
-
testGetCharacterSetOfContentTypeOrUtf8
public void testGetCharacterSetOfContentTypeOrUtf8()
-
-