Class ProviderMetadataStringValuesLookupFunctionTest
- java.lang.Object
-
- net.shibboleth.oidc.profile.config.navigate.ProviderMetadataStringValuesLookupFunctionTest
-
public class ProviderMetadataStringValuesLookupFunctionTest extends Object
Tests forProviderMetadataStringValuesLookupFunction.
-
-
Constructor Summary
Constructors Constructor Description ProviderMetadataStringValuesLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestLookupSuccess_MultipleEncs()voidtestLookupSuccess_NoEncs()voidtestLookupSuccess_NoMetadata()voidtestLookupSuccess_OneAlg()voidtestLookupSuccess_OneEnc()
-
-
-
Method Detail
-
setup
@BeforeMethod public void setup() throws URISyntaxException- Throws:
URISyntaxException
-
testLookupSuccess_MultipleEncs
public void testLookupSuccess_MultipleEncs() throws URISyntaxException- Throws:
URISyntaxException
-
testLookupSuccess_OneEnc
public void testLookupSuccess_OneEnc() throws URISyntaxException- Throws:
URISyntaxException
-
testLookupSuccess_NoEncs
public void testLookupSuccess_NoEncs() throws URISyntaxException- Throws:
URISyntaxException
-
testLookupSuccess_OneAlg
public void testLookupSuccess_OneAlg() throws URISyntaxException- Throws:
URISyntaxException
-
testLookupSuccess_NoMetadata
public void testLookupSuccess_NoMetadata() throws URISyntaxException- Throws:
URISyntaxException
-
-