Class HttpClientSupportTest
- java.lang.Object
-
- net.shibboleth.utilities.java.support.httpclient.HttpClientSupportTest
-
public class HttpClientSupportTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classHttpClientSupportTest.TestContextHandler
-
Constructor Summary
Constructors Constructor Description HttpClientSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAddDynamicContextHandlerFirst()voidtestAddDynamicContextHandlerFirstUniqueInstances()voidtestAddDynamicContextHandlerFirstUniqueType()voidtestAddDynamicContextHandlerLast()voidtestAddDynamicContextHandlerLastUniqueInstances()voidtestAddDynamicContextHandlerLastUniqueType()
-
-
-
Method Detail
-
testAddDynamicContextHandlerFirst
public void testAddDynamicContextHandlerFirst()
-
testAddDynamicContextHandlerLast
public void testAddDynamicContextHandlerLast()
-
testAddDynamicContextHandlerFirstUniqueInstances
public void testAddDynamicContextHandlerFirstUniqueInstances()
-
testAddDynamicContextHandlerLastUniqueInstances
public void testAddDynamicContextHandlerLastUniqueInstances()
-
testAddDynamicContextHandlerFirstUniqueType
public void testAddDynamicContextHandlerFirstUniqueType()
-
testAddDynamicContextHandlerLastUniqueType
public void testAddDynamicContextHandlerLastUniqueType()
-
-