| |
|
| org.apache.jmeter.junit.JMeterTestCase org.apache.jmeter.protocol.http.control.TestCookieManager
TestCookieManager | public TestCookieManager(String name)(Code) | | |
testCookieOrdering1 | public void testCookieOrdering1() throws Exception(Code) | | |
testCookieOrdering2 | public void testCookieOrdering2() throws Exception(Code) | | |
testCookiePolicy2109 | public void testCookiePolicy2109() throws Exception(Code) | | |
testCookiePolicyIgnore | public void testCookiePolicyIgnore() throws Exception(Code) | | |
testCookiePolicyNetscape | public void testCookiePolicyNetscape() throws Exception(Code) | | |
testCookieWithEquals | public void testCookieWithEquals() throws Exception(Code) | | |
testDomainHandling | public void testDomainHandling() throws Exception(Code) | | Test that the cookie domain field is actually handled as browsers do
(i.e.: host X matches domain .X):
|
testDuplicateCookie | public void testDuplicateCookie() throws Exception(Code) | | |
testDuplicateCookie2 | public void testDuplicateCookie2() throws Exception(Code) | | |
testMissingPath0 | public void testMissingPath0() throws Exception(Code) | | Tests missing cookie path for a trivial URL fetch from the domain
Note that this fails prior to a fix for BUG 38256
|
testMissingPath1 | public void testMissingPath1() throws Exception(Code) | | Tests missing cookie path for a non-trivial URL fetch from the
domain. Note that this fails prior to a fix for BUG 38256
|
testRootPath0 | public void testRootPath0() throws Exception(Code) | | Tests explicit root path with a trivial URL fetch from the domain
|
testRootPath1 | public void testRootPath1() throws Exception(Code) | | Tests explicit root path with a non-trivial URL fetch from the domain
|
testSimilarHostNames | public void testSimilarHostNames() throws Exception(Code) | | 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):
|
Fields inherited from org.apache.jmeter.junit.JMeterTestCase | final protected static Logger testLog(Code)(Java Doc)
|
|
|
|