|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.jmeter.protocol.http.control.CookieManager.Test
Constructor Summary | |
CookieManager.Test(String name)
|
Method Summary | |
void |
setUp()
|
void |
testDomainHandling()
Test that the cookie domain field is actually handled as browsers do (i.e.: host X matches domain .X): |
void |
testRemoveCookie()
|
void |
testSendCookie()
|
void |
testSendCookie2()
|
void |
testSimilarHostNames()
Test that we won't be tricked by similar host names (this was a past bug, although it never got reported in the bug database): |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CookieManager.Test(String name)
Method Detail |
public void setUp()
public void testRemoveCookie() throws Exception
Exception
public void testSendCookie() throws Exception
Exception
public void testSendCookie2() throws Exception
Exception
public void testDomainHandling() throws Exception
Exception
public void testSimilarHostNames() throws Exception
Exception
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |