-
- All Implemented Interfaces:
public abstract class GenericTest
-
-
Constructor Summary
Constructors Constructor Description GenericTest(ServerPort adapter)
-
Method Summary
Modifier and Type Method Description final Unitinitialize()final Unitshutdown()final UnitRequest body is parsed properly()final UnitEmpty query string is handled properly()final UnitQuery string with no value parameters is handled properly()final UnitRequest data is read properly()final UnitHTTP methods are handled correctly()final UnitResponse data is generated properly()final UnitgetRoot()final UnitRoot files content type is returned properly()final UnitechoParamWithUpperCaseInValue()final UnittwoRoutesWithDifferentCase()final UnitechoParamWithMaj()final UnitnotFound()final Unitredirect()final UnitrequestDataWithDifferentHeaders()final UnitcontentType()-
-
Constructor Detail
-
GenericTest
GenericTest(ServerPort adapter)
-
-
Method Detail
-
initialize
final Unit initialize()
-
Request body is parsed properly
final Unit Request body is parsed properly()
-
Empty query string is handled properly
final Unit Empty query string is handled properly()
-
Query string with no value parameters is handled properly
final Unit Query string with no value parameters is handled properly()
-
Request data is read properly
final Unit Request data is read properly()
-
HTTP methods are handled correctly
final Unit HTTP methods are handled correctly()
-
Response data is generated properly
final Unit Response data is generated properly()
-
Root files content type is returned properly
final Unit Root files content type is returned properly()
-
echoParamWithUpperCaseInValue
final Unit echoParamWithUpperCaseInValue()
-
twoRoutesWithDifferentCase
final Unit twoRoutesWithDifferentCase()
-
echoParamWithMaj
final Unit echoParamWithMaj()
-
requestDataWithDifferentHeaders
final Unit requestDataWithDifferentHeaders()
-
contentType
final Unit contentType()
-
-
-
-