Class HTTPProviderConfigurationFetchingStrategyTest
- java.lang.Object
-
- net.shibboleth.oidc.metadata.impl.HTTPProviderConfigurationFetchingStrategyTest
-
public class HTTPProviderConfigurationFetchingStrategyTest extends Object
Tests for HTTPProviderConfigurationFetchingStrategy.
-
-
Constructor Summary
Constructors Constructor Description HTTPProviderConfigurationFetchingStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestProviderConfigurationLoads_Success()voidtestResponseHandler_304Response_NoMetadata()voidtestResponseHandler_500Response_NoMetadata()voidtestResponseHandler_Success()voidtestResponseHandlerEmptyEntity_NoMetadata()voidtestResponseHandlerWrongContentType_NoMetadata()
-
-
-
Method Detail
-
testProviderConfigurationLoads_Success
public void testProviderConfigurationLoads_Success() throws Exception- Throws:
Exception
-
testResponseHandler_Success
public void testResponseHandler_Success() throws Exception- Throws:
Exception
-
testResponseHandler_304Response_NoMetadata
public void testResponseHandler_304Response_NoMetadata() throws Exception- Throws:
Exception
-
testResponseHandler_500Response_NoMetadata
public void testResponseHandler_500Response_NoMetadata() throws Exception- Throws:
Exception
-
testResponseHandlerWrongContentType_NoMetadata
public void testResponseHandlerWrongContentType_NoMetadata() throws Exception- Throws:
Exception
-
-