Class DefaultOIDCMetadataContextLookupFunctionTest
- java.lang.Object
-
- org.geant.idpextension.oidc.profile.context.navigate.DefaultOIDCMetadataContextLookupFunctionTest
-
public class DefaultOIDCMetadataContextLookupFunctionTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultOIDCMetadataContextLookupFunctionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestNoMessageCtx()voidtestNoMetadataCtx()voidtestNoPrc()voidtestSuccess()
-
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws Exception
- Throws:
Exception
-
testSuccess
public void testSuccess()
-
testNoMetadataCtx
public void testNoMetadataCtx()
-
testNoMessageCtx
public void testNoMessageCtx()
-
testNoPrc
public void testNoPrc()
-
-