-
- All Implemented Interfaces:
public abstract class CookiesTest
-
-
Constructor Summary
Constructors Constructor Description CookiesTest(ServerPort adapter)
-
Method Summary
Modifier and Type Method Description final ServergetServer()final Unitinitialize()final Unitshutdown()final UnitclearCookies()final UnitEmpty cookies assures there is no cookies()final UnitCreate cookie adds a new cookie to the request()final UnitRemove cookie deletes the given cookie()final UnitRemove not available cookie does not fail()final UnitFull cookie lifecycle()-
-
Constructor Detail
-
CookiesTest
CookiesTest(ServerPort adapter)
-
-
Method Detail
-
initialize
final Unit initialize()
-
clearCookies
final Unit clearCookies()
-
Empty cookies assures there is no cookies
final Unit Empty cookies assures there is no cookies()
-
Create cookie adds a new cookie to the request
final Unit Create cookie adds a new cookie to the request()
-
Remove cookie deletes the given cookie
final Unit Remove cookie deletes the given cookie()
-
Remove not available cookie does not fail
final Unit Remove not available cookie does not fail()
-
Full cookie lifecycle
final Unit Full cookie lifecycle()
-
-
-
-