Method Summary |
|
public void | beginCreateSessionCookie(WebRequest theRequest) Verify that Cactus can provide us with a real HTTP session cookie. |
public void | beginDependentTestUsingSession(WebRequest theRequest) Verify that it is possible to share the HTTP Session between 2 tests.
Please note that this is *NOT* recommended at all as unit tests must
be independent one from another. |
public void | beginDependentTestUsingSession2(WebRequest theRequest) Verify that it is possible to share the HTTP Session between 2 tests.
Please note that this is *NOT* recommended at all as unit tests must
be independent one from another. |
public void | beginNoAutomaticSessionCreation(WebRequest theRequest) Verify that it is possible to ask for no automatic session creation in
the beginXXX() method. |
public void | endVerifyJsessionid(WebResponse theResponse) Verify that we can get hold of the jsessionid cookie returned by the
server. |
public static Test | suite() We order the tests so that we are sure that testDependentTestUsingSession
is run before testDependentTestUsingSession2. |
public void | testCreateSessionCookie() Verify that Cactus can provide us with a real HTTP session cookie. |
public void | testDependentTestUsingSession() Verify that it is possible to share the HTTP Session between 2 tests.
Please note that this is *NOT* recommended at all as unit tests must
be independent one from another. |
public void | testDependentTestUsingSession2() Verify that it is possible to share the HTTP Session between 2 tests.
Please note that this is *NOT* recommended at all as unit tests must
be independent one from another. |
public void | testNoAutomaticSessionCreation() Verify that it is possible to ask for no automatic session creation in
the beginXXX() method. |
public void | testVerifyJsessionid() Verify that we can get hold of the jsessionid cookie returned by the
server. |