Class DefaultOIDCProviderMetadataParsingStrategyTest
- java.lang.Object
-
- net.shibboleth.oidc.metadata.cache.impl.DefaultOIDCProviderMetadataParsingStrategyTest
-
public class DefaultOIDCProviderMetadataParsingStrategyTest extends Object
Test forDefaultOIDCProviderMetadataParsingStrategy.
-
-
Constructor Summary
Constructors Constructor Description DefaultOIDCProviderMetadataParsingStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestParsing_BadJson_Fail()voidtestParsing_NullBytes_Success()voidtestParsing_Success()
-
-
-
Method Detail
-
testParsing_Success
public void testParsing_Success() throws IOException- Throws:
IOException
-
testParsing_BadJson_Fail
public void testParsing_BadJson_Fail() throws IOException- Throws:
IOException
-
testParsing_NullBytes_Success
public void testParsing_NullBytes_Success() throws IOException- Throws:
IOException
-
-